Commit 9ca8407
committed
Replace Jest + ts-jest with Vitest
- Remove jest, ts-jest, @types/jest; add vitest
- Move test config into vite.config.ts, delete jest.config.js
- Replace jest.setTimeout/jasmine blocks with per-test timeout args
- Replace JEST_WORKER_ID with VITEST_POOL_ID for Node-only tests
- Add test/vitest-globals.d.ts for global type definitions
- Update .npmignore, CHANGELOG.md1 parent c903169 commit 9ca8407
10 files changed
Lines changed: 1601 additions & 7176 deletions
File tree
- test
- compatibility
- key-pairs
- signing
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
13 | 14 | | |
This file was deleted.
0 commit comments