Skip to content

Commit

Permalink
Chore: Test runner now uses .spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman1 committed Oct 13, 2024
1 parent 6ec89b5 commit 585d94a
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 @@ -46,7 +46,7 @@
"tape": "5.9.0"
},
"scripts": {
"test": "tape tests/**/*.js | tap-on -u",
"test": "tape tests/**/*.spec.js | tap-on -u",
"lint": "standard --fix src/**/*.js",
"build": "rollup -c",
"create": "node scripts/create-export.js && standard --fix src/index.js",
Expand Down

0 comments on commit 585d94a

Please sign in to comment.