tap
A Test-Anything-Protocol library for JavaScript
A Test-Anything-Protocol library for JavaScript
Plugin for the [TAP](https://node-tap.org/) test framework. This plugin verify if the value matches the provided JSON schema.
A copy of @tapjs/dummy-plugin, but with a different name
the pluggable Test class for node-tap
Alternative to @tapjs/typescript. Load typescript using tsx instead of ts-node.
a built-in tap extension that adds typescript support
a built-in tap extension for t.worker()
a built-in tap extension for t.after() and t.teardown()
a built-in tap extension for t.afterEach()
Tap plugin that adds a heaping pile of assertion methods. Pretty much all of the "test" methods other than `t.pass`, `t.fail`, and [snapshot methods](https://tapjs.github.io/tapjs/modules/_tapjs_snapshot.html) come from this plugin.
a built-in tap extension for t.before()
a built-in tap extension for t.beforeEach()
a built-in tap extension for t.intercept() and t.capture()
a built-in tap extension for t.chdir()
a make believe clock for tests involving time
Create a tap plugin with 'npm init @tapjs/plugin'
Alternative to @tapjs/typescript. Load typescript using @esbuild-kit/cjs-loader and @esbuild-kit/esm-loader instead of ts-node.
tap plugin providing t.only() and grep option
Tap plugin to provide t.testdir() and t.fixture()
An optional plugin adding Mocha-like BDD and TDD interfaces to the global environment when tap is loaded.