Skip to content

Commit 57bd96c

Browse files
chore(ui): allow empty test suite in CI to unblock workflow\n\nCo-authored-by: Jake Ruesink <jake@lambdacurry.dev>
1 parent 24a407c commit 57bd96c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/ui/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"format": "biome format --write .",
1818
"typecheck": "tsc --noEmit",
1919
"test": "vitest",
20-
"test:ci": "vitest run"
20+
"test:ci": "vitest run --passWithNoTests"
2121
},
2222
"devDependencies": {
2323
"@biomejs/biome": "1.9.3",
@@ -42,5 +42,4 @@
4242
"react": "^19.1.0",
4343
"react-dom": "^19.1.0"
4444
}
45-
}
46-
45+
}

0 commit comments

Comments
 (0)