Skip to content

Commit 8f5a7d7

Browse files
committed
changes were made
1 parent b7effb1 commit 8f5a7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/__tests__/bottomReducers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as reducers from '../bottomReducers';
22
import * as interfaces from '../../interfaces/Interfaces';
33
import * as types from '../../actionTypes/index';
44
import { initialApplicationState, testComponent } from '../initialState';
5-
5+
//tests
66
describe('Testing bottom reducer:', () => {
77
let state: interfaces.ApplicationStateInt;
88
// redefine the default state before each reducer test

0 commit comments

Comments
 (0)