diff options
Diffstat (limited to 'test/content')
-rw-r--r-- | test/content/actions/addon.test.js | 1 | ||||
-rw-r--r-- | test/content/actions/follow-controller.test.js | 1 | ||||
-rw-r--r-- | test/content/actions/input.test.js | 1 | ||||
-rw-r--r-- | test/content/actions/setting.test.js | 1 | ||||
-rw-r--r-- | test/content/components/common/follow.test.js | 1 | ||||
-rw-r--r-- | test/content/components/common/hint.test.js | 1 | ||||
-rw-r--r-- | test/content/components/common/input.test.js | 1 | ||||
-rw-r--r-- | test/content/hint-key-producer.test.js | 1 | ||||
-rw-r--r-- | test/content/navigates.test.js | 1 | ||||
-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 |
14 files changed, 0 insertions, 14 deletions
diff --git a/test/content/actions/addon.test.js b/test/content/actions/addon.test.js index 7f244dc..5f96372 100644 --- a/test/content/actions/addon.test.js +++ b/test/content/actions/addon.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'content/actions'; import * as addonActions from 'content/actions/addon'; diff --git a/test/content/actions/follow-controller.test.js b/test/content/actions/follow-controller.test.js index 298abf2..718a90a 100644 --- a/test/content/actions/follow-controller.test.js +++ b/test/content/actions/follow-controller.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'content/actions'; import * as followControllerActions from 'content/actions/follow-controller'; diff --git a/test/content/actions/input.test.js b/test/content/actions/input.test.js index 30705d2..fe9db5f 100644 --- a/test/content/actions/input.test.js +++ b/test/content/actions/input.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'content/actions'; import * as inputActions from 'content/actions/input'; diff --git a/test/content/actions/setting.test.js b/test/content/actions/setting.test.js index 3112b2d..10f6807 100644 --- a/test/content/actions/setting.test.js +++ b/test/content/actions/setting.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import actions from 'content/actions'; import * as settingActions from 'content/actions/setting'; diff --git a/test/content/components/common/follow.test.js b/test/content/components/common/follow.test.js index 1fc935e..4fc11d0 100644 --- a/test/content/components/common/follow.test.js +++ b/test/content/components/common/follow.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import FollowComponent from 'content/components/common/follow'; describe('FollowComponent', () => { diff --git a/test/content/components/common/hint.test.js b/test/content/components/common/hint.test.js index ced2fde..42d571f 100644 --- a/test/content/components/common/hint.test.js +++ b/test/content/components/common/hint.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import Hint from 'content/components/common/hint'; describe('Hint class', () => { diff --git a/test/content/components/common/input.test.js b/test/content/components/common/input.test.js index a346cf6..2ba5507 100644 --- a/test/content/components/common/input.test.js +++ b/test/content/components/common/input.test.js @@ -1,5 +1,4 @@ import InputComponent from 'content/components/common/input'; -import { expect } from "chai"; describe('InputComponent', () => { it('register callbacks', () => { diff --git a/test/content/hint-key-producer.test.js b/test/content/hint-key-producer.test.js index b2171ba..dcf477d 100644 --- a/test/content/hint-key-producer.test.js +++ b/test/content/hint-key-producer.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import HintKeyProducer from 'content/hint-key-producer'; describe('HintKeyProducer class', () => { diff --git a/test/content/navigates.test.js b/test/content/navigates.test.js index f1f0741..1d73344 100644 --- a/test/content/navigates.test.js +++ b/test/content/navigates.test.js @@ -1,4 +1,3 @@ -import { expect } from 'chai'; import * as navigates from 'content/navigates'; const testRel = (done, rel, html) => { 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'; |