Skip to content

Commit 43c880b

Browse files
committed
Run tap tests directly as package script
The `test.js` runner for tests is no longer necessary as files are using relative paths
1 parent 77a8610 commit 43c880b

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"lint": "standard",
3535
"pretest": "npm run lint",
36-
"test": "node --throw-deprecation test.js",
36+
"test": "tap 'test/**/*.test.js' || true",
3737
"tap-junit-report": "tap replay -R junit --coverage-report=none --allow-empty-coverage --allow-incomplete-coverage 'test/**/*.test.js' > test-results.xml",
3838
"build": "rollup -c",
3939
"prepublish": "npm run build",

Diff for: test.js

-16
This file was deleted.

0 commit comments

Comments
 (0)