Skip to content

Commit

Permalink
change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldocosta committed Oct 6, 2023
1 parent c945bbf commit de2c927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"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 --test --test-reporter spec --test-reporter-destination stdout --test-reporter node-test-github-reporter --test-reporter-destination stdout \" \"./tests/**/*.test.ts\""
"test": "node --test --test-reporter spec --test-reporter-destination stdout --test-reporter node-test-github-reporter --test-reporter-destination stdout",
"test:ts": "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 de2c927

Please sign in to comment.