Commit 97e9278
committed
This PR was merged into the 2.x branch.
Discussion
----------
[Map] Replace deprecation Vitest option `browser.name` to `browser.instances`
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Docs? | no <!-- required for new features -->
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
I saw this in our CI:
> src/Map/src/Bridge/Leaflet/assets test: Vitest No browser "instances" were defined. Running tests in "chromium" browser. The "browser.name" field is deprecated since Vitest 3. Read more: https://vitest.dev/guide/browser/config#browser-instances
https://vitest.dev/guide/browser/config.html#browser-name
Commits
-------
6d371fe [Map] Replace deprecation Vitest option `browser.name` to `browser.instances`
File tree
2 files changed
+2
-2
lines changed- src/Map/src/Bridge
- Google/assets
- Leaflet/assets
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments