chore: added tests

got 50.72% code coverage. Not sure if it is feasible to mock import behaviour

ref: N25B-189
This commit is contained in:
Pim Hutting
2025-11-12 14:29:59 +01:00
parent 22da2ca664
commit 221fbe42c2
3 changed files with 178 additions and 7 deletions

View File

@@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@neodrag/react": "^2.3.1",