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