global expect

This commit is contained in:
Shin'ya Ueoka 2018-05-05 12:49:02 +09:00
parent b11a098d7c
commit fc8a12faa6
33 changed files with 4 additions and 31 deletions

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import actions from 'content/actions';
import * as addonActions from 'content/actions/addon';

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import actions from 'content/actions';
import * as followControllerActions from 'content/actions/follow-controller';

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import actions from 'content/actions';
import * as inputActions from 'content/actions/input';

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import actions from 'content/actions';
import * as settingActions from 'content/actions/setting';

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import FollowComponent from 'content/components/common/follow';
describe('FollowComponent', () => {

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import Hint from 'content/components/common/hint';
describe('Hint class', () => {

View file

@ -1,5 +1,4 @@
import InputComponent from 'content/components/common/input';
import { expect } from "chai";
describe('InputComponent', () => {
it('register callbacks', () => {

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import HintKeyProducer from 'content/hint-key-producer';
describe('HintKeyProducer class', () => {

View file

@ -1,4 +1,3 @@
import { expect } from 'chai';
import * as navigates from 'content/navigates';
const testRel = (done, rel, html) => {

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import actions from 'content/actions';
import addonReducer from 'content/reducers/addon';

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import actions from 'content/actions';
import findReducer from 'content/reducers/find';

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import actions from 'content/actions';
import followControllerReducer from 'content/reducers/follow-controller';

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import actions from 'content/actions';
import inputReducer from 'content/reducers/input';

View file

@ -1,4 +1,3 @@
import { expect } from "chai";
import actions from 'content/actions';
import settingReducer from 'content/reducers/setting';