Skip to content

Commit c6dbbde

Browse files
committed
...
1 parent 61dc829 commit c6dbbde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/integration-tests/utils/testIf.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export const testIfNodeMajorVersionIsLessThan18: jest.It = function () {
2121
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2222
} as any;
2323

24+
console.log("xx NODE_MAJOR_VERSION", NODE_MAJOR_VERSION);
25+
2426
// eslint-disable-next-line no-undef
2527
export const describeNode18Plus: jest.Describe =
2628
// eslint-disable-next-line no-undef

0 commit comments

Comments
 (0)