diff --git a/package.json b/package.json index 391c36a..b850d64 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "build:all": "electron-builder -wl", "test": "jest", - "test:unit": "jest tests/unit", + "test:unit": "jest test/unit", "update": "npm update" },