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