Skip to content

Commit

Permalink
fix: fix npm run test script
Browse files Browse the repository at this point in the history
  • Loading branch information
kartojal committed Aug 23, 2021
1 parent 6a80c15 commit 78f2c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"hardhat:mumbai": "hardhat --network mumbai",
"hardhat:matic": "hardhat --network matic",
"coverage": "hardhat coverage",
"test": "npm run test-incentives",
"test": "npm run test-base-incentives && npm run test-staked-incentives",
"test-base-incentives": "TS_NODE_TRANSPILE_ONLY=1 hardhat test ./test/__setup.spec.ts ./test/BaseIncentivesController/*.spec.ts",
"test-staked-incentives": "TS_NODE_TRANSPILE_ONLY=1 hardhat test ./test/__setup.spec.ts ./test/StakedIncentivesController/*.spec.ts",
"test-proposal": "TS_NODE_TRANSPILE_ONLY=1 MAINNET_FORK=true hardhat test ./test-fork/incentivesProposal.spec.ts",
Expand Down

0 comments on commit 78f2c15

Please sign in to comment.