--passWithNoTests

This commit is contained in:
peintnermax
2023-08-02 13:48:31 +02:00
parent a1f705602d
commit 9bbaa91321

View File

@@ -13,7 +13,7 @@
"build": "tsup",
"test": "pnpm test:unit",
"test:watch": "pnpm test:unit:watch",
"test:unit": "jest",
"test:unit": "jest --passWithNoTests",
"test:unit:watch": "jest --watch",
"dev": "tsup --watch",
"lint": "eslint \"src/**/*.ts*\"",