Skip to content

Commit

Permalink
Enable logs (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenovilla authored Nov 15, 2024
1 parent 4916490 commit 7621cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-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": "./compile_contracts.sh",
"test": "mocha -r ts-node/register -t 900000 'tests/**/*.ts'",
"test": "DEBUG=transaction mocha -r ts-node/register -t 900000 'tests/**/*.ts'",
"test-sql": "FRONTIER_BACKEND_TYPE='sql' mocha -r ts-node/register 'tests/**/*.ts'"
},
"author": "",
Expand Down

0 comments on commit 7621cf4

Please sign in to comment.