Skip to content

Commit

Permalink
Explicitly use spec reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-y committed Aug 30, 2024
1 parent 1c858e6 commit 5ed8d99
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 @@ -7,7 +7,7 @@
"types": "./src/index.ts",
"exports": "./dist/index.js",
"scripts": {
"test": "node --test **/__tests__/**/*.test.js",
"test": "node --test-reporter spec --test **/__tests__/**/*.test.js",
"build": "npx tsc",
"prepublishOnly": "tsc"
},
Expand Down

0 comments on commit 5ed8d99

Please sign in to comment.