Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 53c4fb7

Browse files
committed
Allow empty web app test suite
1 parent e65fbff commit 53c4fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web-roo-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
1111
"start": "next start",
1212
"clean": "rimraf .next .turbo",
13-
"test": "vitest run",
13+
"test": "vitest run --passWithNoTests",
1414
"test:watch": "vitest"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)