From 3cb318e44575a53f9d7bff66ec894ef57b015f1a Mon Sep 17 00:00:00 2001 From: Wassim SAMAD Date: Thu, 21 May 2026 11:26:14 -0400 Subject: [PATCH] ifc-converter: drop test script until tests exist (#328) The package has no test files yet. `bun test` exits 1 ("No tests found!") and fails CI; --pass-with-no-tests isn't honored by the bun 1.3.0 pinned in CI. Match the convention used by @pascal-app/viewer (no test script): turbo skips the test task for packages without one. The script comes back when real tests land. Co-authored-by: Claude Opus 4.7 (1M context) --- packages/ifc-converter/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ifc-converter/package.json b/packages/ifc-converter/package.json index 23b03258..21f1b403 100644 --- a/packages/ifc-converter/package.json +++ b/packages/ifc-converter/package.json @@ -19,7 +19,6 @@ "scripts": { "build": "tsc --build", "dev": "tsc --build --watch", - "test": "bun test --pass-with-no-tests", "prepublishOnly": "npm run build" }, "dependencies": {