Isolated Test Processes

Guide for writing side-effect-free tests that spawn child processes, especially Deno commands. Use when adding or reviewing tests that call Deno.Command, run deno check/test/run/task/install, generate temporary deno.json files, update goldens, write build artifacts, or otherwise risk changing deno.lock or files in the repository workspace.

commontoolsinc 5578df0 4.2 KB Updated

File contents

commontoolsinc/labs/tree/main/skills/isolated-test-processes commit 5578df0730

Frequently asked questions

npx skillmds@latest add commontoolsinc/isolated-test-processes