diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-05 12:49:02 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-05 13:56:52 +0900 |
commit | fc8a12faa66d7a2f3c18f804c0856fb781b6e022 (patch) | |
tree | 58934f6fe2182ac9c0c851b37e64eef9d51bf85c /test/background | |
parent | b11a098d7cd298c0869a8cf21981c1aa5d4dbb10 (diff) |
global expect
Diffstat (limited to 'test/background')
-rw-r--r-- | test/background/actions/find.test.js | 1 | ||||
-rw-r--r-- | test/background/reducers/find.test.js | 1 | ||||
-rw-r--r-- | test/background/reducers/setting.test.js | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/test/background/actions/find.test.js b/test/background/actions/find.test.js index 467604f..6b0b846 100644 --- a/test/background/actions/find.test.js +++ b/test/background/actions/find.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'background/actions'; import * as findActions from 'background/actions/find'; diff --git a/test/background/reducers/find.test.js b/test/background/reducers/find.test.js index 707d73a..c366223 100644 --- a/test/background/reducers/find.test.js +++ b/test/background/reducers/find.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'background/actions'; import findReducer from 'background/reducers/find'; diff --git a/test/background/reducers/setting.test.js b/test/background/reducers/setting.test.js index 8df5abe..24d02ea 100644 --- a/test/background/reducers/setting.test.js +++ b/test/background/reducers/setting.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'background/actions'; import settingReducer from 'background/reducers/setting'; |