global expect
This commit is contained in:
parent
b11a098d7c
commit
fc8a12faa6
33 changed files with 4 additions and 31 deletions
|
@ -1,4 +1,3 @@
|
|||
import { expect } from 'chai';
|
||||
import { h, render } from 'preact';
|
||||
import BlacklistForm from 'settings/components/form/blacklist-form'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from 'chai';
|
||||
import { h, render } from 'preact';
|
||||
import KeymapsForm from 'settings/components/form/keymaps-form'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from 'chai';
|
||||
import { h, render } from 'preact';
|
||||
import PropertiesForm from 'settings/components/form/properties-form'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from 'chai';
|
||||
import { h, render } from 'preact';
|
||||
import SearchForm from 'settings/components/form/search-form'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from 'chai';
|
||||
import { h, render } from 'preact';
|
||||
import Input from 'settings/components/ui/input'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from "chai";
|
||||
import actions from 'settings/actions';
|
||||
import settingReducer from 'settings/reducers/setting';
|
||||
|
||||
|
|
Reference in a new issue