Skip to content
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.

How to use

  1. Install tape-six-proc in your project: npm i -D tape-six-proc.
  2. Write tests.
  3. Configure your tests: set-up tests.
  4. Run tests: npm test.

Available utilities

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:

Formalities

The project is distributed under the 3-clause BSD license.

Other pertinent information:

🔍 Search the wiki


Runs tape-six tests in separate processes

Clone this wiki locally