From 4018e7fd41835394aa7620b2b86a04e9ec2a6f61 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 29 Jun 2023 06:42:09 +0200 Subject: [PATCH] remove unneeded test --- updates.test.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/updates.test.js b/updates.test.js index 1ccfe79..8e0e4d1 100644 --- a/updates.test.js +++ b/updates.test.js @@ -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",