Skip to content
Eugene Lazutkin edited this page Jul 30, 2026 · 8 revisions

tape-six-proc

Node.js CI NPM version

tape-six-proc is a helper for tape-six to run tests in separate processes. It works with Node, Deno, and Bun, and supports TypeScript natively without transpilation.

The standard tape6 runner uses worker threads. tape6-proc spawns each test file in its own subprocess instead, providing full process isolation.

See the tape-six wiki for details on writing tests and configuration.

How to use

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

Search

🔍 Search this wiki — ranked, deep-linked search via wiki-search; install the bookmarklet to search in place. Fallback: GitHub wiki search.

Documentation

Test files are directly executable with node, deno, or bun. This package provides a utility to run them in isolated processes:

AI agents

If you are an AI coding agent, see AGENTS.md for project conventions, commands, and architecture.

LLM-friendly documentation:

Formalities

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

🔍 Search the wiki


Runs tape-six tests in separate processes

Clone this wiki locally