Skip to content

Commit 1d5dcb8

Browse files
authored
Merge pull request #150 from sean1292/testing
changes were made
2 parents 51a5415 + 8f5a7d7 commit 1d5dcb8

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)