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

Commit 6bc17bf

Browse files
export utils.getMajorNodeVersion properly
1 parent ea99e22 commit 6bc17bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ module.exports = Object.assign(
99
testUtils,
1010
matTestUtils,
1111
defaultTests,
12-
getNodeMajorVersion
12+
{ getNodeMajorVersion }
1313
);

0 commit comments

Comments
 (0)