From 5ef9a2a60c99f24fe3df7035ae4dca574fc38c68 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Thu, 5 Oct 2017 20:12:08 +0900 Subject: fix imports in test --- test/store/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/store/index.test.js') 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) => { -- cgit v1.2.3