fix: pass with no tests in backend until unit tests are added

This commit is contained in:
Ryan Moon
2026-04-01 21:06:15 -05:00
parent 5993f8b370
commit 744256ae9f

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "bun --watch run src/main.ts",
"start": "bun run src/main.ts",
"test": "bun test",
"test": "bun test --passWithNoTests",
"test:watch": "bun test --watch",
"api-test": "bun run api-tests/run.ts",
"lint": "eslint src/",