Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"rimraf": "^2.2.8",
"server-destroy": "^1.0.1",
"standard": "^9.0.0",
"tap": "^15.1.5",
"tap": "^21.0.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed --no-check-coverage flag breaks test-ci script

High Severity

Upgrading tap from ^15 to ^21 without updating the test-ci script breaks the test runner. The --no-check-coverage flag used in "test-ci": "tap --no-check-coverage tests/test-*.js" was removed in tap v18's major overhaul. In tap v18+, coverage configuration changed entirely — the replacement options are --allow-incomplete-coverage or --disable-coverage. Running the existing script with tap v21 will fail with an unrecognized option error.

Additional Locations (1)

Fix in Cursor Fix in Web

"tape": "^4.6.0"
},
"greenkeeper": {
Expand Down
Loading
Loading