We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61dc829 commit c6dbbdeCopy full SHA for c6dbbde
packages/integration-tests/utils/testIf.ts
@@ -21,6 +21,8 @@ export const testIfNodeMajorVersionIsLessThan18: jest.It = function () {
21
// eslint-disable-next-line @typescript-eslint/no-explicit-any
22
} as any;
23
24
+console.log("xx NODE_MAJOR_VERSION", NODE_MAJOR_VERSION);
25
+
26
// eslint-disable-next-line no-undef
27
export const describeNode18Plus: jest.Describe =
28
0 commit comments