Test Module

Run tests for a specific module and report results Use when this capability is needed.

tomevault-io c850600 2 files · 1.2 KB Updated

File contents

Run tests for the $ARGUMENTS[0] module:

  1. Find test files: packages/server/src/modules/$0/**/__tests__/**/*.test.ts
  2. Run: moon run server:test -- --filter $0
  3. If tests fail, read the failing test files and the source they test
  4. Report: total tests, passed, failed, with failure details

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/harrytran998--sword-art-online--test-module commit c85060055a

Frequently asked questions

npx skillmds@latest add tomevault-io/test-module