We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f44d44 commit dccf53fCopy full SHA for dccf53f
test/helper/webapi.js
@@ -1,6 +1,8 @@
1
let assert;
2
+let expect;
3
import('chai').then(chai => {
4
assert = chai.assert;
5
+ expect = chai.expect;
6
});
7
const path = require('path');
8
0 commit comments