Use chai assert for config test
This commit is contained in:
parent
c0c1a5c607
commit
38ce81731b
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
import assert from "assert";
|
||||
import Config from "common/config";
|
||||
import MockAdapter from "axios-mock-adapter";
|
||||
import Api from "common/api";
|
||||
|
||||
let chai = require('../../../node_modules/chai/chai');
|
||||
let assert = chai.assert;
|
||||
|
||||
describe("common/config", () => {
|
||||
|
||||
const mock = new MockAdapter(Api);
|
||||
|
|
Loading…
Reference in a new issue