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 { validate } from 'shared/settings/validator';
describe("setting validator", () => {

View file

@ -1,4 +1,3 @@
import { expect } from 'chai';
import * as values from 'shared/settings/values';
describe("settings values", () => {