1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
import configStore from '../src/redux/CreateStore'; |
|||
|
|||
test('configures redux store', () => { |
|||
const configgedStore = configStore; |
|||
expect(configgedStore).toEqual(expect.anything()); |
|||
}) |
Loading…
Reference in new issue