feat(client): integrate new test runner (#60318)

This commit is contained in:
Oliver Eyton-Williams
2025-06-12 09:25:37 +02:00
committed by GitHub
parent 18e2f919c2
commit 49fbe88369
23 changed files with 922 additions and 1393 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"lib": ["WebWorker", "DOM", "DOM.Iterable", "es2023"],
"target": "ES2023",
"module": "es2020",
"moduleResolution": "node",
"moduleResolution": "bundler",
"allowJs": true,
"jsx": "react",
"strict": true,