Skip to content

Commit fcdd53b

Browse files
Fix compatibility with injectGlobals: false (#54)
1 parent 685a187 commit fcdd53b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { beforeEach } = require("@jest/globals");
1+
const { afterEach, beforeAll, beforeEach, expect } = require("@jest/globals");
22
const util = require('util')
33

44
const chalk = {

0 commit comments

Comments
 (0)