Skip to content

Commit

Permalink
Enable cheqd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Nov 12, 2024
1 parent 3059824 commit b2fb878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cheqd-blockchain-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"lint": "eslint \"src/**/*.js\"",
"docs": "rm -rf out && mkdir out && touch out/.nojekyll && jsdoc src -r -c ../../.jsdoc -d out/reference",
"dev-node": "CHEQD_MNEMONIC=$CHEQD_MNEMONIC ../../scripts/run_cheqd_node_in_docker --dev --rpc-external --ws-external --rpc-cors=all",
"test": "NODE_ENV=production jest --verbose --runInBand --forceExit ./tests/offchain-signatures-module.test.js",
"test": "NODE_ENV=production jest --verbose --runInBand --forceExit ./tests/*",
"test-with-node": "CHEQD_MNEMONIC=$CHEQD_MNEMONIC ../../scripts/with_cheqd_docker_test_node yarn test",
"prepublishOnly": "yarn build"
}
Expand Down

0 comments on commit b2fb878

Please sign in to comment.