chore(tools/challenge-parser): migrate tests to Vitest v4 (#65961)

This commit is contained in:
Jeevankumar S
2026-02-21 11:12:51 +05:30
committed by GitHub
parent ed873a69ac
commit 81748f8241
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1112,8 +1112,8 @@ importers:
specifier: 3.0.4
version: 3.0.4
vitest:
specifier: ^3.2.4
version: 3.2.4(@types/debug@4.1.12)(@types/node@25.2.3)(@vitest/ui@3.2.4)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.2.3)(typescript@5.9.3))(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.1)
specifier: ^4.0.15
version: 4.0.15(@opentelemetry/api@1.9.0)(@types/node@25.2.3)(@vitest/ui@4.0.15)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.2.3)(typescript@5.9.3))(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.1)
tools/client-plugins/browser-scripts:
dependencies:
+1 -1
View File
@@ -62,6 +62,6 @@
"eslint": "^9.39.1",
"typescript": "5.9.3",
"unist-util-select": "3.0.4",
"vitest": "^3.2.4"
"vitest": "^4.0.15"
}
}