Commit 22b8676
committed
Complete Jest to Vitest migration and implement Cloudflare Workers testing
- Remove all Jest references and dependencies
- Convert all test files to use pure Vitest syntax (vi.fn(), vi.mock(), etc.)
- Create comprehensive Cloudflare Workers test runner using ESM imports
- Test SDK functionality in Cloudflare Workers-like environment
- All 8 Cloudflare Workers tests pass successfully
- Verify optional types work correctly in Cloudflare Workers context
- Verify ESM compatibility works correctly
- Update GitHub Actions workflow to use new test runner1 parent 2351269 commit 22b8676
File tree
16 files changed
+5943
-43640
lines changed- .github/workflows
- cloudflare-vitest-runner
- .wrangler/tmp
- bundle-t12Y68
- dev-PjEwEd
- dev-qryAyw
16 files changed
+5943
-43640
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 0 additions & 134 deletions
This file was deleted.
0 commit comments