Skip to content

Commit

Permalink
settup reporter on script
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldocosta committed Oct 6, 2023
1 parent 0a8278b commit c945bbf
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 @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"test:js": "node --test --test-reporter spec --test-reporter-destination stdout --test-reporter node-test-github-reporter --test-reporter-destination stdout",
"test": "glob -c \"node --loader tsx --no-warnings --test\" \"./tests/**/*.test.ts\""
"test": "glob -c \"node --loader tsx --test --test-reporter spec --test-reporter-destination stdout --test-reporter node-test-github-reporter --test-reporter-destination stdout \" \"./tests/**/*.test.ts\""
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit c945bbf

Please sign in to comment.