Skip to content

Commit

Permalink
fix: restore test:js
Browse files Browse the repository at this point in the history
  • Loading branch information
osslgtm committed Sep 13, 2023
1 parent 3c316da commit cd42271
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 @@ -28,7 +28,7 @@
"lint": "npm run lint:sol && npm run lint:js",
"lint:fix": "npm run lint:sol:fix && npm run lint:js:fix",
"test:sol": "hardhat test",
"test:js": "jest --testPathPattern=src && jest --testPathPattern=test",
"test:js": "jest --testPathPattern=src",
"test": "npm run test:sol && npm run test:js",
"benchmark": "hardhat test ./benchmark/*",
"typechain": "typechain --target ethers-v6 --out-dir src/contracts './artifacts/contracts/**/*[^dbg].json'",
Expand Down

0 comments on commit cd42271

Please sign in to comment.