remove unneeded test

This commit is contained in:
silverwind 2023-06-29 06:42:09 +02:00
parent cd9a5bcc58
commit 4018e7fd41
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -120,13 +120,6 @@ function makeTest(args) {
};
}
// test("version", async () => {
// const {version: expected} = JSON.parse(readFileSync(new URL("package.json", import.meta.url), "utf8"));
// const {stdout, exitCode} = await execa("node", [script, "-v"]);
// expect(stdout).toEqual(expected);
// expect(exitCode).toEqual(0);
// });
test("simple", async () => {
const {stdout, stderr, exitCode} = await execa(script, [
"-C",