Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
null committed Dec 13, 2023
1 parent b79f097 commit f45c7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import assert from "node:assert/strict";
import { $ } from "execa";
import { fileURLToPath } from "node:url";

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

0 comments on commit f45c7f1

Please sign in to comment.