Sam Chau
|
7e8068f1fb
|
test: add BaseTest framework with utilities
- Create abstract BaseTest class with lifecycle hooks
- Add beforeAll/afterAll and beforeEach/afterEach hooks
- Implement temp directory management (auto cleanup)
- Add file assertion helpers (exists, contains, matches)
- Add async utilities (waitFor, waitForFile, sleep)
- Include example test demonstrating usage
- Add test tasks to deno.json (test, test:watch)
- Add @std/assert dependency
|
2025-10-21 08:04:46 +10:30 |
|