← All tools

@tapjs/run

Popularity 65 Updated Development & Build

Command-line interface for the node-tap runner

npmauto-collected

Installation

npm
npm install -g @tapjs/run

Install with npm.

@tapjs

Workspace for node-tap development.

Dev Commands

Do this at least once to get everything set up and ready to go:

npm run bootstrap

(Note: npm install will not work until you do this, because the generated TypeScript eats its own tail.)

---

Build the test class (required after any plugin or core changes):

npm run build

---

Any other builds:

npm run prepare -w src/{whatever}

---

After adding or removing workspaces:

npm i

---

Run all tests in all workspaces:

npm test