Disable testing scripts placeholder in package.json

This commit is contained in:
2025-09-13 17:22:40 +02:00
parent 553ccea7fa
commit 672be644cf

View File

@@ -31,7 +31,7 @@
"lint": "eslint",
"lint:fix": "eslint ./src --fix",
"prepublishOnly": "pnpm clean && pnpm build",
"test": "pnpm test:int && pnpm test:e2e",
"test": "echo \"No tests configured yet\"",
"test:e2e": "playwright test",
"test:int": "vitest"
},