Skip to content
Merged
Prev Previous commit
Next Next commit
revert: test
  • Loading branch information
TarekkMA committed Jan 14, 2025
commit 2dcb6238a8fbea2a46516430519a56bb43e57150
2 changes: 1 addition & 1 deletion ts-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"fmt-check": "prettier ./tests --check",
"fmt": "prettier ./tests --write",
"build": "truffle compile",
"test": "mocha -r ts-node/register 'tests/test-eip1153.ts'",
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
"test-sql": "FRONTIER_BACKEND_TYPE='sql' mocha -r ts-node/register 'tests/**/*.ts'"
},
"author": "",
Expand Down
Loading