Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit ea99e22

Browse files
utils -> global.utils
1 parent 56d62dc commit ea99e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/core/core.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ describe('core', () => {
267267
});
268268
});
269269

270-
if (asyncHooks && utils.getNodeMajorVersion() > 8) {
270+
if (asyncHooks && global.utils.getNodeMajorVersion() > 8) {
271271
describe('async_hooks', () => {
272272
it('should trigger `init` callback in async_hooks', () => {
273273
let typeFound = false

0 commit comments

Comments
 (0)