Skip to content

Commit

Permalink
remove specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Aug 7, 2024
1 parent d2700fc commit b598ab9
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 @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"compile": "NODE_OPTIONS=\"--experimental-loader ts-node/esm/transpile-only\" hardhat compile",
"test": "NODE_OPTIONS=\"--experimental-loader ts-node/esm/transpile-only\" hardhat test ./test/reverseRegistrar/TestReverseRegistrar.ts",
"test": "NODE_OPTIONS=\"--experimental-loader ts-node/esm/transpile-only\" hardhat test",
"test:parallel": "NODE_OPTIONS=\"--experimental-loader ts-node/esm/transpile-only\" hardhat test ./test/**/Test*.ts --parallel",
"test:local": "hardhat --network localhost test",
"test:deploy": "bun ./scripts/deploy-test.ts",
Expand Down

0 comments on commit b598ab9

Please sign in to comment.