Commit e883246
Upgrade to vitest 1.3.0.
That version deprecates an overload of `it` and introduces a new
one, where `testOptions` is the second argument. In order to
upgrade to future versions (compatible with newer Vite versions),
we need the new test code, and hence the new Vitest version.
Vitest 1.3.0 nominally requires Vite 5.x. However, empirically it
can cope with our Vite 4.x, so we keep it there.
It does not support Node.js v16, though. We upgrade to Node.js v18
instead.
Co-authored-by: NavidJalali <nvd.eth0@gmail.com>1 parent 5ecf08c commit e883246
File tree
4 files changed
+2932
-664
lines changed- .github/workflows
- test
4 files changed
+2932
-664
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments