← Back to list

test
by sachitv
TypeScript library for Apache Avro (https://avro.apache.org/)
⭐ 1🍴 0📅 Jan 10, 2026
SKILL.md
name: test description: Execute the project test suite using Deno license: MIT compatibility: opencode metadata: workflow: deno
What I do
- Run
deno task testto execute the complete test suite - Can also run a single test file using
deno test <filename>.test.ts - All tests run on Deno's built-in harness
- Test fixtures are stored under
test-data/
When to use me
Use this when you want to verify code correctness:
- After implementing new features
- Before committing changes
- As part of the CI/CD pipeline
- When debugging failing tests
Notes
- The test task is defined in
deno.jsoncand runs with--allow-read - This is the baseline for any change to the codebase
- Use
deno task test:cifor CI behavior with JUnit output and coverage flags
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon