Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Dec 2, 2024
1 parent 557c657 commit cc680ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dock-blockchain-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"docs": "rm -rf out && mkdir out && touch out/.nojekyll && jsdoc src -r -c ../../.jsdoc -d out/reference",
"prepublishOnly": "yarn build",
"dev-node": "../../scripts/run_dock_node_in_docker --dev --rpc-external --ws-external --rpc-cors=all",
"test": "LOG_STATE_CHANGE=1 NODE_ENV=production jest --verbose --runInBand --forceExit ./tests/integration/did/did-key.test.js",
"test": "LOG_STATE_CHANGE=1 NODE_ENV=production jest --verbose --runInBand --forceExit ./tests/*",
"test-with-node": "../../scripts/with_dock_docker_test_node yarn test",
"test-with-all-nodes": "../../scripts/with_all_dock_docker_test_nodes yarn test-integration"
}
Expand Down

0 comments on commit cc680ef

Please sign in to comment.