Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: remove test target from infrastructure tests as it is reserved f…
Browse files Browse the repository at this point in the history
…or unit tests (#756)
  • Loading branch information
jn1119 authored Oct 15, 2021
1 parent b9bc283 commit 4adb965
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/infrastructure-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 . ",
Expand Down

0 comments on commit 4adb965

Please sign in to comment.