Skip to content

Commit 98a0dfe

Browse files
committed
fix: simplify itest script by removing DEBUG flag
1 parent 927a833 commit 98a0dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"all": "npm run clean && npm run codegen && npm run build && npm run create && npm run deploy",
1818
"stop-test-stack": "cd test-stack && docker compose down --remove-orphans --volumes",
1919
"start-test-stack": "npm run stop-test-stack && cd test-stack && NETWORK_NAME=${NETWORK_NAME:-bellecour} node prepare-test-env.js && docker compose build && NETWORK_NAME=${NETWORK_NAME:-bellecour} docker compose up -d",
20-
"itest": "NETWORK_NAME=${NETWORK_NAME:-bellecour} DEBUG=testcontainers:* mocha"
20+
"itest": "NETWORK_NAME=${NETWORK_NAME:-bellecour} mocha"
2121
},
2222
"lint-staged": {
2323
"*.{js,ts}": [

0 commit comments

Comments
 (0)