Skip to content

Commit

Permalink
chore(package): run test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Yukal committed Mar 30, 2024
1 parent 993f809 commit c2f998b
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 @@ -10,7 +10,7 @@
"scripts": {
"test": "node --test **/test*.js",
"test-general": "node --test **/generalTest*.js",
"coverage": "node --test --experimental-test-coverage ./test"
"coverage": "node --test --experimental-test-coverage **/test*.js"
},
"keywords": [
"declension",
Expand Down

0 comments on commit c2f998b

Please sign in to comment.