Skip to content

Commit 1341415

Browse files
fix: add --passWithNoTests flag to driver-utils test script
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 44e3c92 commit 1341415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/drivers/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"build": "tsc",
9-
"test": "jest"
9+
"test": "jest --passWithNoTests"
1010
},
1111
"keywords": [
1212
"objectql",

0 commit comments

Comments
 (0)