Skip to content

Commit

Permalink
test: use native test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Nov 6, 2023
1 parent a3c821d commit 2c4d528
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 242 deletions.
240 changes: 1 addition & 239 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"repository": "git:/paulrobertlloyd/mf2tojf2.git",
"scripts": {
"lint": "eslint '**/*.js'",
"test": "node --test | tap-spot",
"test": "node --test --test-reporter dot",
"coverage": "c8 npm run test",
"release": "np",
"prepare": "husky install"
Expand All @@ -45,8 +45,7 @@
"eslint-plugin-unicorn": "^49.0.0",
"husky": "^8.0.0",
"np": "^8.0.0",
"prettier": "^3.0.0",
"tap-spot": "^1.1.2"
"prettier": "^3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2c4d528

Please sign in to comment.