Skip to content

Commit 07f41cf

Browse files
test: fix typo
1 parent a36c7fe commit 07f41cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/configCases/require/cjs-and-mjs/test.filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
const [major] = process.versions.node.split(".").map(Number);
44

5-
module.exports = () => major < 14;
5+
module.exports = () => major >= 14;

0 commit comments

Comments
 (0)