← 全部工具

@tapjs/run

热度 65 更新于 开发与构建

Command-line interface for the node-tap runner

npmauto-collected

安装

npm
npm install -g @tapjs/run

通过 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