Commit 6f4c1f0
authored
feat(vitest-runner): support vitest 3 browser mode
Use vitest's new [`provide` api](https://vitest.dev/advanced/api/vitest.html#provide) instead of relying of a dynamic setup file.
BREAKING CHANGE: vitest runner now supports vitest v2 or higher1 parent d178fc6 commit 6f4c1f0
File tree
26 files changed
+9761
-15015
lines changed- e2e
- test
- coverage-analysis
- vitest-old-version
- vue-typescript-vitest
- packages
- instrumenter
- .vscode
- test/integration
- vitest-runner
- src
- testResources
- browser-project
- simple-project
- vi-mock
- components
- test
- integration
- unit
- util
26 files changed
+9761
-15015
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments