Skip to content
Snippets Groups Projects
Commit 199e6c72 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

55693: Empty ItemSelectReducer test file

parent 7934b873
No related branches found
No related tags found
No related merge requests found
import { ItemSelectionSelectAction } from './item-select.actions';
class NullAction extends ItemSelectionSelectAction {
type = null;
constructor() {
super(undefined);
}
}
fdescribe('itemSelectionReducer', () => {
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment