Skip to content

Commit

Permalink
fix: separate repeated steps as individual functions (#562)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
JeffreyDallas and jeromy-cannon authored Sep 12, 2024
1 parent 36ce604 commit dcbbe5e
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 757 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"merge-unit": "nyc merge ./coverage/unit/ .nyc_output/coverage.json",
"report-coverage": "npm run merge-clean && npm run merge-unit && npm run merge-e2e && nyc report --reporter=json --reporter=html --reporter=lcov",
"solo": "NODE_OPTIONS=--experimental-vm-modules node --no-deprecation solo.mjs",
"check": "remark . --quiet --frail && eslint .; cd docs; jsdoc -c jsdoc.conf.json; cd ..",
"check": "rm -rf docs/public/*; remark . --quiet --frail && eslint .; cd docs; jsdoc -c jsdoc.conf.json; cd ..",
"format": "remark . --quiet --frail --output && eslint --fix .",
"test-setup": "./test/e2e/setup-e2e.sh",
"test-coverage": "npm run test && npm run test-setup && npm run test-e2e-all && npm run report-coverage"
Expand Down
Loading

0 comments on commit dcbbe5e

Please sign in to comment.