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 parsers from 'shared/commands/parsers';
|
||||
|
||||
describe("shared/commands/parsers", () => {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from "chai";
|
||||
import { validate } from 'shared/settings/validator';
|
||||
|
||||
describe("setting validator", () => {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from 'chai';
|
||||
import * as values from 'shared/settings/values';
|
||||
|
||||
describe("settings values", () => {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { expect } from "chai";
|
||||
import { createStore } from 'shared/store';
|
||||
|
||||
describe("Store class", () => {
|
||||
|
|
|
@ -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