fix: add test script to package.json

ref: N25B-366
This commit is contained in:
Twirre Meulenbelt
2025-12-02 16:46:56 +01:00
parent ea85a05f27
commit e680ad3195

View File

@@ -8,6 +8,7 @@
"build": "tsc -b && vite build", "build": "tsc -b && vite build",
"lint": "eslint src test", "lint": "eslint src test",
"preview": "vite preview", "preview": "vite preview",
"test": "jest",
"prepare": "husky" "prepare": "husky"
}, },
"dependencies": { "dependencies": {