Use chai assert for label test
This commit is contained in:
parent
c090393148
commit
2230035eb1
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
import assert from "assert";
|
|
||||||
import Label from "model/label";
|
import Label from "model/label";
|
||||||
import MockAdapter from "axios-mock-adapter";
|
import MockAdapter from "axios-mock-adapter";
|
||||||
import Api from "common/api";
|
import Api from "common/api";
|
||||||
|
|
||||||
|
let chai = require('../../../node_modules/chai/chai');
|
||||||
|
let assert = chai.assert;
|
||||||
|
|
||||||
const mock = new MockAdapter(Api);
|
const mock = new MockAdapter(Api);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue