We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7effb1 commit 8f5a7d7Copy full SHA for 8f5a7d7
src/reducers/__tests__/bottomReducers.test.ts
@@ -2,7 +2,7 @@ import * as reducers from '../bottomReducers';
2
import * as interfaces from '../../interfaces/Interfaces';
3
import * as types from '../../actionTypes/index';
4
import { initialApplicationState, testComponent } from '../initialState';
5
-
+//tests
6
describe('Testing bottom reducer:', () => {
7
let state: interfaces.ApplicationStateInt;
8
// redefine the default state before each reducer test
0 commit comments