Skip to content

Commit e1132f4

Browse files
committed
Pass CI tests when test files are missing
1 parent 9679bd0 commit e1132f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "tsx watch src/server.ts",
88
"build": "tsc && mkdir -p dist/database && cp src/database/schema.sql dist/database/ && cp src/database/migrations.sql dist/database/",
99
"start": "node dist/server.js",
10-
"test": "vitest --run",
10+
"test": "vitest --run --passWithNoTests",
1111
"test:watch": "vitest",
1212
"lint": "eslint src --ext .ts --max-warnings 0",
1313
"lint:fix": "eslint src --ext .ts --fix"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview",
10-
"test": "vitest --run",
10+
"test": "vitest --run --passWithNoTests",
1111
"test:watch": "vitest",
1212
"lint": "eslint src --ext .ts --max-warnings 0",
1313
"lint:fix": "eslint src --ext .ts --fix"

0 commit comments

Comments
 (0)