parent
39fb540037
commit
2faf44af74
6 changed files with 5 additions and 5 deletions
@ -1,5 +1,5 @@ |
||||
import { expect } from "chai"; |
||||
import { createStore } from 'store'; |
||||
import { createStore } from 'shared/store'; |
||||
|
||||
describe("Store class", () => { |
||||
const reducer = (state, action) => { |
Reference in new issue