Skip to content

Commit

Permalink
yarn test uses hardhat instead of ganache
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamingHawk authored and acrylix committed Mar 20, 2023
1 parent e54b2c9 commit 314e860
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 @@ -12,7 +12,7 @@
"adapter": "yarn adapter:gen && yarn adapter:build",
"adapter:gen": "rimraf src/gen/typechain && typechain --target ethers-v5 --out-dir src/gen/typechain './src/artifacts/contracts/**/*[^dbg].json'",
"adapter:build": "rimraf src/gen/adapter && tsc ./src/gen/typechain/index.ts --outDir ./src/gen/adapter",
"test": "yarn build && yarn concurrently -k --success first 'yarn start:ganache' 'yarn test:ganache'",
"test": "yarn build && yarn test:hardhat",
"test:hardhat": "hardhat test",
"test:ganache": "hardhat --network ganache test",
"test:gas-report": "REPORT_GAS=true yarn test",
Expand Down

0 comments on commit 314e860

Please sign in to comment.