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/shared | |
parent | b11a098d7cd298c0869a8cf21981c1aa5d4dbb10 (diff) |
global expect
Diffstat (limited to 'test/shared')
-rw-r--r-- | test/shared/commands/parsers.test.js | 1 | ||||
-rw-r--r-- | test/shared/settings/validator.test.js | 1 | ||||
-rw-r--r-- | test/shared/settings/values.test.js | 1 | ||||
-rw-r--r-- | test/shared/store/index.test.js | 1 | ||||
-rw-r--r-- | test/shared/utils/keys.test.js | 1 | ||||
-rw-r--r-- | test/shared/utils/re.test.js | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/test/shared/commands/parsers.test.js b/test/shared/commands/parsers.test.js index 0a1960c..1910f07 100644 --- a/test/shared/commands/parsers.test.js +++ b/test/shared/commands/parsers.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import * as parsers from 'shared/commands/parsers'; describe("shared/commands/parsers", () => { diff --git a/test/shared/settings/validator.test.js b/test/shared/settings/validator.test.js index 61d976a..9bbfa3e 100644 --- a/test/shared/settings/validator.test.js +++ b/test/shared/settings/validator.test.js @@ -1,4 +1,3 @@ -import { expect } from "chai"; import { validate } from 'shared/settings/validator'; describe("setting validator", () => { diff --git a/test/shared/settings/values.test.js b/test/shared/settings/values.test.js index 62cfb5f..c72824d 100644 --- a/test/shared/settings/values.test.js +++ b/test/shared/settings/values.test.js @@ -1,4 +1,3 @@ -import { expect } from 'chai'; import * as values from 'shared/settings/values'; describe("settings values", () => { 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", () => { diff --git a/test/shared/utils/keys.test.js b/test/shared/utils/keys.test.js index 5ca8b54..770b530 100644 --- a/test/shared/utils/keys.test.js +++ b/test/shared/utils/keys.test.js @@ -1,4 +1,3 @@ -import { expect } from 'chai'; import * as keys from 'shared/utils/keys'; describe("keys util", () => { diff --git a/test/shared/utils/re.test.js b/test/shared/utils/re.test.js index 9ed6521..d12ceb7 100644 --- a/test/shared/utils/re.test.js +++ b/test/shared/utils/re.test.js @@ -1,4 +1,3 @@ -import { expect } from 'chai'; import * as re from 'shared/utils/re'; describe("re util", () => { |