-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
Please consult the tape-six wiki for more information on writing tests and configuration.
- Install
tape-six-procin your project:npm i -D tape-six-proc. - Write tests using tape-six.
- Configure your tests: set-up tests.
- Run tests:
npm test.
Test files are directly executable with node, deno, or bun.
tape-six helps to organize tests. This package
provides a utility to run tests in isolated processes:
- tape6-proc — run tests in separate processes.
If you are an AI coding agent, see AGENTS.md for project conventions, commands, and architecture.
LLM-friendly documentation:
- llms.txt — concise reference.
- llms-full.txt — full reference with architecture details.
The project is distributed under the 3-clause BSD license.
Other pertinent information: