From 82b45ea84d04fcabdcdc531b416d808e752d3014 Mon Sep 17 00:00:00 2001 From: Wassim SAMAD Date: Thu, 21 May 2026 11:21:46 -0400 Subject: [PATCH] ifc-converter: pass test script with no tests yet (#327) The package has no test files yet, so `bun test` exits 1 ("No tests found!") and fails CI. Add --pass-with-no-tests so the task stays green until real tests land, at which point they run normally. Co-authored-by: Claude Opus 4.7 (1M context) --- packages/ifc-converter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ifc-converter/package.json b/packages/ifc-converter/package.json index 912e005e..23b03258 100644 --- a/packages/ifc-converter/package.json +++ b/packages/ifc-converter/package.json @@ -19,7 +19,7 @@ "scripts": { "build": "tsc --build", "dev": "tsc --build --watch", - "test": "bun test", + "test": "bun test --pass-with-no-tests", "prepublishOnly": "npm run build" }, "dependencies": {