Skip to content

Commit 72078af

Browse files
committed
pass with no tests
1 parent 182bd54 commit 72078af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/backend-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"start:dev": "CHOKIDAR_USEPOLLING=true CHOKIDAR_INTERVAL=1000 nest start --watch --preserveWatchOutput",
1414
"start:prod": "node dist/main",
1515
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
16-
"test": "jest",
16+
"test": "jest --passWithNoTests",
1717
"test:watch": "jest --watch",
1818
"test:cov": "jest --coverage",
1919
"db:generate": "prisma generate",

0 commit comments

Comments
 (0)