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/content/reducers | |
parent | b11a098d7cd298c0869a8cf21981c1aa5d4dbb10 (diff) |
global expect
Diffstat (limited to 'test/content/reducers')
-rw-r--r-- | test/content/reducers/addon.test.js | 1 | ||||
-rw-r--r-- | test/content/reducers/find.test.js | 1 | ||||
-rw-r--r-- | test/content/reducers/follow-controller.test.js | 1 | ||||
-rw-r--r-- | test/content/reducers/input.test.js | 1 | ||||
-rw-r--r-- | test/content/reducers/setting.test.js | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/test/content/reducers/addon.test.js b/test/content/reducers/addon.test.js index 93f97e8..8c546d2 100644 --- a/test/content/reducers/addon.test.js +++ b/test/content/reducers/addon.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'content/actions'; import addonReducer from 'content/reducers/addon'; diff --git a/test/content/reducers/find.test.js b/test/content/reducers/find.test.js index 908b01b..a8c30d7 100644 --- a/test/content/reducers/find.test.js +++ b/test/content/reducers/find.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'content/actions'; import findReducer from 'content/reducers/find'; diff --git a/test/content/reducers/follow-controller.test.js b/test/content/reducers/follow-controller.test.js index f4b91d2..8a4c2d4 100644 --- a/test/content/reducers/follow-controller.test.js +++ b/test/content/reducers/follow-controller.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'content/actions'; import followControllerReducer from 'content/reducers/follow-controller'; diff --git a/test/content/reducers/input.test.js b/test/content/reducers/input.test.js index d0b5655..0011943 100644 --- a/test/content/reducers/input.test.js +++ b/test/content/reducers/input.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'content/actions'; import inputReducer from 'content/reducers/input'; diff --git a/test/content/reducers/setting.test.js b/test/content/reducers/setting.test.js index 634b299..4e4c095 100644 --- a/test/content/reducers/setting.test.js +++ b/test/content/reducers/setting.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'content/actions'; import settingReducer from 'content/reducers/setting'; |