Skip to content

Commit 37e002c

Browse files
committed
ConfigTextCases: add expect to globalContext
1 parent 9dc12ff commit 37e002c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ConfigTestCases.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ describe("ConfigTestCases", () => {
9393
}
9494

9595
const globalContext = {
96-
console: console
96+
console: console,
97+
expect: expect
9798
};
9899

99100
function _require(currentDirectory, module) {

0 commit comments

Comments
 (0)