Skip to content

Commit

Permalink
build: add missing npm command for turbo test
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Jan 9, 2024
1 parent 63fcea1 commit 06866ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"test:reentrancy": "hardhat test --no-compile tests/Reentrancy/Reentrancy.test.ts",
"test:reentrancyinit": "hardhat test --no-compile tests/Reentrancy/ReentrancyInit.test.ts",
"test:foundry": "forge test --no-match-test Skip -vvv --gas-report > gasreport.ansi",
"test:importRequire": "npm run build:js && ./tests/importRequire.sh"
"test:importRequire": "npm run build:js && ./tests/importRequire.sh",
"test:turbo": "turbo test"
},
"dependencies": {
"@account-abstraction/contracts": "^0.6.0",
Expand Down

0 comments on commit 06866ee

Please sign in to comment.