Skip to content

Commit efedeb9

Browse files
committed
test: delete accidentally committed temporary test
1 parent 49c896f commit efedeb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ test.serial("backward-compatibility-pre-1.1.2-config-cjs", async t => {
4040

4141
const nodeMajorVersion = parseInt(process.versions.node.split(".")[0] ?? "", 10);
4242

43-
test("nodeVersion", t => t.is(nodeMajorVersion, 16));
44-
4543
const testSerialIfNodeLessThan17 = nodeMajorVersion < 17 ? test.serial : test.serial.skip;
4644

4745
testSerialIfNodeLessThan17("webpack-4-compatibility-type-module", async t => {

0 commit comments

Comments
 (0)