diff --git a/package.json b/package.json index bb37f3c31..8ba43f9dd 100644 --- a/package.json +++ b/package.json @@ -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",