Skip to content

Commit dccf53f

Browse files
committed
fix: undefined expect
1 parent 6f44d44 commit dccf53f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/helper/webapi.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
let assert;
2+
let expect;
23
import('chai').then(chai => {
34
assert = chai.assert;
5+
expect = chai.expect;
46
});
57
const path = require('path');
68

0 commit comments

Comments
 (0)