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/settings/components/ui/input.test.jsx | |
parent | b11a098d7cd298c0869a8cf21981c1aa5d4dbb10 (diff) |
global expect
Diffstat (limited to 'test/settings/components/ui/input.test.jsx')
-rw-r--r-- | test/settings/components/ui/input.test.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/settings/components/ui/input.test.jsx b/test/settings/components/ui/input.test.jsx index 98f2cef..0711bba 100644 --- a/test/settings/components/ui/input.test.jsx +++ b/test/settings/components/ui/input.test.jsx @@ -1,4 +1,3 @@ -import { expect } from 'chai'; import { h, render } from 'preact'; import Input from 'settings/components/ui/input' |