Skip to content

Commit

Permalink
Merge branch '1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Nov 5, 2024
2 parents 9fe828f + 7793efd commit ab06976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"mocha:dev": "export CASS_LOOPBACK=https://dev.cassproject.org/api/|| set CASS_LOOPBACK=https://dev.cassproject.org/api/&& export HTTP2=false|| set HTTP2=false&& mocha --timeout 300000 -b src/**/*.test.js",
"mocha:demo": "export CASS_LOOPBACK=https://demo.cassproject.org/api/|| set CASS_LOOPBACK=https://demo.cassproject.org/api/&& export HTTP2=false|| set HTTP2=false&& mocha --timeout 300000 -b src/**/*.test.js",
"mochaGraph": "mocha --timeout 30000 -b src/com/eduworks/ec/graph/**/*.test.js",
"mochaCrypto": "mocha --timeout 30000 -b src/com/eduworks/ec/crypto/**/*.test.js",
"mochaCrypto": "mocha --timeout 30000 -b src/test/*Rsa*.test.js -b src/test/*Aes*.test.js -b src/test/*Crypto*.test.js",
"automocha": "nodemon --exec \"npm run mocha\"",
"automochaGraph": "nodemon --exec \"npm run mochaGraph\"",
"automochaCrypto": "nodemon --exec \"npm run mochaCrypto\"",
Expand Down

0 comments on commit ab06976

Please sign in to comment.