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) <noreply@anthropic.com>
This commit is contained in:
Wassim SAMAD
2026-05-21 11:21:46 -04:00
committed by GitHub
co-authored by Claude Opus 4.7
parent 488e05da0e
commit 82b45ea84d
+1 -1
View File
@@ -19,7 +19,7 @@
"scripts": { "scripts": {
"build": "tsc --build", "build": "tsc --build",
"dev": "tsc --build --watch", "dev": "tsc --build --watch",
"test": "bun test", "test": "bun test --pass-with-no-tests",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"dependencies": { "dependencies": {