-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Eugene Lazutkin edited this page Jan 10, 2026
·
8 revisions
tape-six-proc is a helper for tape-six
to run tests in separate processes.
Please consult the tape-six wiki for more information.
- Install
tape-six-procin your project:npm i -D tape-six-proc. - Write tests.
- Configure your tests: set-up tests.
- Run tests:
npm test.
Test files are directly executable with node or deno or bun or in a browser.
tape-six helps to organize tests. This package
provides a utility to run tests in isolated processes:
- tape6-proc to run tests in separate processes.
The project is distributed under the 3-clause BSD license.
Other pertinent information: