Skip to content

Commit

Permalink
refactor: add test-single script
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed Oct 3, 2024
1 parent d7af81e commit f7f8ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"pretest": "npm run clean && npm run build",
"test": "mocha --require ts-node/register",
"test-cov": "c8 --reporter=lcovonly npm run test",
"test-single": "npm run pretest && mocha --require ts-node/register --exit --grep",
"build:highlight": "node scripts/build_highlight_alias.js",
"postinstall": "npm run build:highlight"
},
Expand Down

0 comments on commit f7f8ba2

Please sign in to comment.