Skip to content

Commit

Permalink
Fix notification/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leungkinghin-ct committed Jul 27, 2023
1 parent 623e37b commit def5f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"check-coverage": "c8 check-coverage --lines 83",
"test-full": "npm run unit && npm run integration",
"test-run": "npm run unit && npm run integration",
"test-ci": "c8 npm run test-run && npm run check-coverage",
"test": "npm run unit",
"unit": "mocha --check-leaks --no-clean --timeout 30000 --full-trace --recursive --file ./test/unit/mock-default-confg.js \"./test/unit/**/*.spec.js\"",
Expand Down

0 comments on commit def5f8b

Please sign in to comment.