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 * as keys from 'shared/utils/keys';
|
||||
|
||||
describe("keys util", () => {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from 'chai';
|
||||
import * as re from 'shared/utils/re';
|
||||
|
||||
describe("re util", () => {
|
||||
|
|
Reference in a new issue