Skip to content

Commit

Permalink
test: debug - Unlimited mocha reporter-option maxDiffSize
Browse files Browse the repository at this point in the history
Signed-off-by: Zvi Grinberg <[email protected]>
  • Loading branch information
zvigrinberg committed Oct 4, 2023
1 parent 261a7a7 commit 52629ab
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 @@ -37,7 +37,7 @@
"test": "c8 npm run tests",
"localtest": "EXHORT_PIP3_PATH=/home/zgrinber/python3.9/bin/pip3 EXHORT_PYTHON3_PATH=/home/zgrinber/python3.9/bin/python3 c8 npm run tests",
"tests": "mocha",
"tests:rep": "mocha --reporter json > unit-tests-result.json",
"tests:rep": "mocha --reporter-option maxDiffSize=0 --reporter json > unit-tests-result.json",
"precompile": "rm -rf dist",
"compile": "tsc -p tsconfig.json",
"pregen:backend": "rm -rf generated",
Expand Down

0 comments on commit 52629ab

Please sign in to comment.