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 actions from 'content/actions';
|
||||
import addonReducer from 'content/reducers/addon';
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from "chai";
|
||||
import actions from 'content/actions';
|
||||
import findReducer from 'content/reducers/find';
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from "chai";
|
||||
import actions from 'content/actions';
|
||||
import followControllerReducer from 'content/reducers/follow-controller';
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from "chai";
|
||||
import actions from 'content/actions';
|
||||
import inputReducer from 'content/reducers/input';
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from "chai";
|
||||
import actions from 'content/actions';
|
||||
import settingReducer from 'content/reducers/setting';
|
||||
|
||||
|
|
Reference in a new issue