Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit 95759c5

Browse files
author
Piotr Rosłaniec
committed
Fix broken test
1 parent ec57dc5 commit 95759c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/utils/tests/reducerInjectors.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ describe('reducer injectors', () => {
6060
});
6161

6262
it('it should not check a store if the second argument is true', () => {
63-
Reflect.deleteProperty(store, 'dispatch');
64-
6563
expect(() => injectReducer('test', reducer)).not.toThrow();
6664
});
6765

0 commit comments

Comments
 (0)