FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: migrate from tap and c8 to node test runner by trivikr · Pull Request #150 · nodejs/core-validate-commit · GitHub

test: migrate from tap and c8 to node test runner - #150

Open
trivikr wants to merge 1 commit into
nodejs:mainfrom
trivikr:remove-tap-2
Open

test: migrate from tap and c8 to node test runner#150
trivikr wants to merge 1 commit into
nodejs:mainfrom
trivikr:remove-tap-2

Conversation

trivikr commented Aug 19, 2026

Copy link
Copy Markdown
Member

Replace the tap and c8 development dependencies with Node.js built-in testing and coverage functionality.

This migrates the suite to:

  • node:test with describe() and test()
  • Native TestContext assertions
  • Built-in test coverage and LCOV reporting
  • Explicit promise handling for subprocess and event-driven tests

This also lets core-validate-commit, as a Node.js project, dogfood Node.js’s own test runner and coverage tooling.

The CLI’s --tap output option remains unchanged.


Assisted-by: codex:gpt-5.6-sol

trivikr commented Aug 24, 2026
edited
Loading

Copy link
Copy Markdown
Member Author

CCing @aduh95 as he'd reviewed/merged PRs in the repo.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL