We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79f097 commit f45c7f1Copy full SHA for f45c7f1
test/main.test.js
@@ -3,7 +3,7 @@ import assert from "node:assert/strict";
3
import { $ } from "execa";
4
import { fileURLToPath } from "node:url";
5
6
-test("main.js --help", async () => {
+test.skip("main.js --help", async () => {
7
const mainPath = fileURLToPath(new URL("../dist/main.js", import.meta.url))
8
await $({ stdio: "inherit" })`${process.execPath} ${mainPath} --help`
9
})
0 commit comments