From 4adb965d6b74d8354eea4b036aa3510749b067fd Mon Sep 17 00:00:00 2001 From: Jeet <68876606+jn1119@users.noreply.github.com> Date: Fri, 15 Oct 2021 11:26:16 -0400 Subject: [PATCH] fix: remove test target from infrastructure tests as it is reserved for unit tests (#756) --- main/infrastructure-tests/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/main/infrastructure-tests/package.json b/main/infrastructure-tests/package.json index aad8da6cf8..bda216d887 100644 --- a/main/infrastructure-tests/package.json +++ b/main/infrastructure-tests/package.json @@ -7,7 +7,6 @@ "license": "Apache-2.0", "scripts": { "testSpecific": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --verbose", - "test": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --verbose --testPathPattern='./__test__/(common|appstream-egress-disabled)'", "testAppStreamEgressEnabled": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --verbose --testPathPattern='./__test__/(common|appstream-egress-enabled)'", "lint": "pnpm run lint:eslint && pnpm run lint:prettier", "lint:eslint": "eslint --ignore-path .gitignore . ",