From 6135757349809240bcfd833a52070b7b48f3e060 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:16:47 -0700 Subject: [PATCH] Remove unwanted npm scripts --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 5174f39e..ce78818e 100644 --- a/package.json +++ b/package.json @@ -52,11 +52,6 @@ "test-unit-coverage": "node ./bin/test.js --coverage", "test-unit-dev": "cross-env NODE_PATH='./out' mocha", - "test-api": "npm run test-api-chromium", - "test-api-chromium": "node ./bin/test_api.js --browser=chromium --timeout=20000", - "test-api-firefox": "node ./bin/test_api.js --browser=firefox --timeout=20000", - "test-api-webkit": "node ./bin/test_api.js --browser=webkit --timeout=20000", - "test-integration": "node ./bin/test_playwright.js --workers=75%", "test-integration-chromium": "node ./bin/test_playwright.js --workers=75% \"--project=ChromeStable\"", "test-integration-firefox": "node ./bin/test_playwright.js --workers=75% \"--project=FirefoxStable\"",