mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
55693: Empty ItemSelectReducer test file
This commit is contained in:
13
src/app/shared/item-select/item-select.reducer.spec.ts
Normal file
13
src/app/shared/item-select/item-select.reducer.spec.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { ItemSelectionSelectAction } from './item-select.actions';
|
||||
|
||||
class NullAction extends ItemSelectionSelectAction {
|
||||
type = null;
|
||||
|
||||
constructor() {
|
||||
super(undefined);
|
||||
}
|
||||
}
|
||||
|
||||
fdescribe('itemSelectionReducer', () => {
|
||||
|
||||
});
|
Reference in New Issue
Block a user