diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/shared/store/index.test.js (renamed from test/store/index.test.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/store/index.test.js b/test/shared/store/index.test.js index 5dce715..133033b 100644 --- a/test/store/index.test.js +++ b/test/shared/store/index.test.js @@ -1,5 +1,5 @@ import { expect } from "chai"; -import { createStore } from 'store'; +import { createStore } from 'shared/store'; describe("Store class", () => { const reducer = (state, action) => { |