Skip to content

test: add initial test module

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/test-pr into master

This commit adds a new test module that exposes an API for creating JavaScript tests. As the tests execute, TAP output is written to standard output. This commit only supports executing individual test files, and does not implement command line functionality for a full test runner (that will come in a future PR).

Refs: https://github.com/nodejs/node/issues/40954

Merge request reports

Loading