Skip to content

Commit f45c7f1

Browse files
author
null
committed
skip
1 parent b79f097 commit f45c7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import assert from "node:assert/strict";
33
import { $ } from "execa";
44
import { fileURLToPath } from "node:url";
55

6-
test("main.js --help", async () => {
6+
test.skip("main.js --help", async () => {
77
const mainPath = fileURLToPath(new URL("../dist/main.js", import.meta.url))
88
await $({ stdio: "inherit" })`${process.execPath} ${mainPath} --help`
99
})

0 commit comments

Comments
 (0)