We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c896f commit efedeb9Copy full SHA for efedeb9
index.test.ts
@@ -40,8 +40,6 @@ test.serial("backward-compatibility-pre-1.1.2-config-cjs", async t => {
40
41
const nodeMajorVersion = parseInt(process.versions.node.split(".")[0] ?? "", 10);
42
43
-test("nodeVersion", t => t.is(nodeMajorVersion, 16));
44
-
45
const testSerialIfNodeLessThan17 = nodeMajorVersion < 17 ? test.serial : test.serial.skip;
46
47
testSerialIfNodeLessThan17("webpack-4-compatibility-type-module", async t => {
0 commit comments