55693: Empty ItemSelectReducer test file

This commit is contained in:
Kristof De Langhe
2018-10-01 11:43:37 +02:00
parent 7934b87336
commit 199e6c7299

View File

@@ -0,0 +1,13 @@
import { ItemSelectionSelectAction } from './item-select.actions';
class NullAction extends ItemSelectionSelectAction {
type = null;
constructor() {
super(undefined);
}
}
fdescribe('itemSelectionReducer', () => {
});