fix: pass with no tests in backend until unit tests are added
This commit is contained in:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user