fix imports in test
This commit is contained in:
父節點
c5e9a3d35d
當前提交
5ef9a2a60c
共有 15 個文件被更改,包括 24 次插入 和 24 次删除
|
@ -1,5 +1,5 @@
|
|||
import { expect } from "chai";
|
||||
import { createStore } from '../../src/store';
|
||||
import { createStore } from 'store';
|
||||
|
||||
describe("Store class", () => {
|
||||
const reducer = (state, action) => {
|
||||
|
|
Reference in a new issue