Run Tests

Run tests with debug logging. Use when user says 'test', 'テスト', or asks to verify changes. Use when this capability is needed.

tomevault-io Updated

File contents

変更を検証するため、テストをデバッグ出力付きで実行する。

# 指定ファイル
LOG_LEVEL=debug deno test $ARGUMENTS --allow-env --allow-write --allow-read
# 全テスト(引数なし時)
LOG_LEVEL=debug deno test --allow-env --allow-write --allow-read

テスト階層: tests/00_fixtures/ (fixture) → 01_unit/02_integration/03_system/。ファイル命名: *_test.ts


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

tomevault-io/skills-registry/tree/main/tettuan--breakdownprompt--run-tests commit a55c1f67ac

Frequently asked questions

npx skillmds@latest add tomevault-io/run-tests-10