Skip to content

Commit

Permalink
Update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Apr 26, 2024
1 parent 67de7f5 commit 009872f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ts-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"fmt": "prettier ./tests --write",
"build": "truffle compile",
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
"test-sql": "FRONTIER_BACKEND_TYPE='sql' mocha -r ts-node/register 'tests/**/*.ts'",
"test-s": "FRONTIER_BACKEND_TYPE='sql' mocha -r ts-node/register 'tests/test-contract-methods.ts'"
"test-sql": "FRONTIER_BACKEND_TYPE='sql' mocha -r ts-node/register 'tests/**/*.ts'"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 009872f

Please sign in to comment.