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 FollowComponent from 'content/components/common/follow';
|
||||
|
||||
describe('FollowComponent', () => {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from "chai";
|
||||
import Hint from 'content/components/common/hint';
|
||||
|
||||
describe('Hint class', () => {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import InputComponent from 'content/components/common/input';
|
||||
import { expect } from "chai";
|
||||
|
||||
describe('InputComponent', () => {
|
||||
it('register callbacks', () => {
|
||||
|
|
Reference in a new issue