Fix barcode lookup initialization and unit test script

This commit is contained in:
beatz174-bit
2025-12-02 17:31:03 +10:00
parent 9822cad8eb
commit ba9e3f6c17
2 changed files with 27 additions and 26 deletions
+1
View File
@@ -9,6 +9,7 @@
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest",
"test:unit": "vitest run",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"coverage:unit": "npm run test:coverage",