test
SKILL.md
Test
テスト実行とデバッグ。
Commands
npm test # All tests
npm run test:watch # Watch mode
npm run test:coverage # Coverage
npm test -- path/to/test.ts # Specific file
テスト実行とデバッグ。
npm test # All tests
npm run test:watch # Watch mode
npm run test:coverage # Coverage
npm test -- path/to/test.ts # Specific file