Skip to content

Commit

Permalink
Run tap tests directly as package script
Browse files Browse the repository at this point in the history
The `test.js` runner for tests is no longer necessary as files are using relative paths
  • Loading branch information
jozefizso committed Oct 22, 2024
1 parent aa96d42 commit 15dd4c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"lint": "standard",
"pretest": "npm run lint",
"test": "node --throw-deprecation test.js",
"test": "tap 'test/**/*.test.js' || true",
"tap-junit-report": "tap replay -R junit --coverage-report=none --allow-empty-coverage --allow-incomplete-coverage 'test/**/*.test.js' > test-results.xml",
"build": "rollup -c",
"prepublish": "npm run build",
Expand Down
16 changes: 0 additions & 16 deletions test.js

This file was deleted.

0 comments on commit 15dd4c6

Please sign in to comment.