Add Vitest suite and fix wrapped local import restore

This commit is contained in:
2026-04-07 14:31:27 -04:00
parent 3cf1a4acd1
commit a7a0aafd68
27 changed files with 4555 additions and 383 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "speeder",
"private": true,
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"jsdom": "^26.1.0",
"vitest": "^3.2.4"
}
}