Skip to content

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

@trivikr 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

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