Skip to content

Commit

Permalink
updated test script name
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoAD authored and archseer committed Dec 9, 2021
1 parent 9938f9f commit 51bf321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gauntlet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"gauntlet": "yarn build && node ./packages/gauntlet-solana-contracts/dist/index.js",
"lint": "tsc -b ./tsconfig.json",
"test": "yarn build && SKIP_PROMPTS=true jest --runInBand ./packages",
"test:coverage": "yarn build && yarn test-gauntlet --collectCoverage",
"test:ci": "yarn build && yarn test-gauntlet --ci",
"test:coverage": "yarn test --collectCoverage",
"test:ci": "yarn test --ci",
"lint:format": "yarn prettier --check .",
"format": "yarn prettier --write .",
"clean": "tsc -b --clean ./tsconfig.json",
Expand Down

0 comments on commit 51bf321

Please sign in to comment.