From 1a1e0b43d0048892cd6b31161a0ea5ef6ef789c6 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Sun, 9 Feb 2020 16:12:57 -0330 Subject: [PATCH] Remove unused test:single script (#8025) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7c4ae1788..7e48f4147 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "sendwithprivatedapp": "node development/static-server.js test/e2e/send-eth-with-private-key-test --port 8080", "test:unit": "mocha --exit --require test/env.js --require test/setup.js --recursive \"test/unit/**/*.js\" \"ui/app/**/*.test.js\"", "test:unit:global": "mocha --exit --require test/env.js --require test/setup.js --recursive mocha test/unit-global/*", - "test:single": "mocha --require test/env.js --require test/helper.js", "test:integration": "yarn test:integration:build && yarn test:flat", "test:integration:build": "gulp build:scss", "test:e2e:chrome": "SELENIUM_BROWSER=chrome test/e2e/run-all.sh",