fix: unit test wrong folder

This commit is contained in:
MasterAcnolo
2026-08-05 21:49:37 +02:00
parent c1d9448a2b
commit faba3f516b

View File

@@ -24,7 +24,7 @@
"build:all": "electron-builder -wl",
"test": "jest",
"test:unit": "jest tests/unit",
"test:unit": "jest test/unit",
"update": "npm update"
},