Skip to content

Commit cdf238d

Browse files
committed
fix(adapter-express): add --passWithNoTests to jest command
1 parent a43a1f7 commit cdf238d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/adapter-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"format": "echo \"Not implemented\"",
5252
"lint": "eslint '**/*.{ts,tsx}'",
5353
"lint:fix": "eslint '**/*.{ts,tsx}' --fix",
54-
"test": "npm run lint && jest -w 1 --coverage --logHeapUsage"
54+
"test": "npm run lint && jest -w 1 --coverage --logHeapUsage --passWithNoTests"
5555
}
5656
}

0 commit comments

Comments
 (0)