Add tests
Lint / lint (push) Successful in 47s

This commit is contained in:
Julien Valverdé
2026-06-07 14:51:18 +02:00
parent 721ab7d736
commit ea0108650b
4 changed files with 411 additions and 16 deletions
+5 -1
View File
@@ -32,13 +32,17 @@
"build": "tsc",
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint",
"test": "vitest run",
"pack": "npm pack",
"clean:cache": "rm -rf .turbo tsconfig.tsbuildinfo",
"clean:dist": "rm -rf dist",
"clean:modules": "rm -rf node_modules"
},
"devDependencies": {
"@effect/platform-browser": "^0.76.0"
"@effect/platform-browser": "^0.76.0",
"@testing-library/react": "^16.3.0",
"jsdom": "^26.1.0",
"vitest": "^3.2.4"
},
"peerDependencies": {
"@types/react": "^19.2.0",