From 0c404392ccbef192d97c7b768ac9f56722126ad3 Mon Sep 17 00:00:00 2001 From: Daniel O'Grady Date: Mon, 24 Feb 2025 18:56:33 +0100 Subject: [PATCH] Remove quotes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03147acf..5bacdee0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "README.md" ], "scripts": { - "test:integration": "node --test './test/postinstall.integrationtest.js'", + "test:integration": "node --test ./test/postinstall.integrationtest.js", "test:runtime": "npm run test:runtime:post-mortem; rm -rf test/typescript/_out", "test:runtime:tsc": "npx tsc test/typescript/runtime.test.ts --outDir test/typescript/_out --target ES2020 --module commonjs --esModuleInterop", "test:runtime:post-mortem": "npm run test:runtime:tsc && node --test './test/typescript/_out/runtime.test.js'",