Skip to content

Commit

Permalink
feat(graphql): allow jest to pass without tests
Browse files Browse the repository at this point in the history
closes #237
  • Loading branch information
ostridm committed Mar 29, 2024
1 parent 27e1414 commit f79f526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lint": "eslint --ignore-path ../../.eslintignore .",
"format": "prettier --ignore-path ../../.prettierignore --check .",
"compile": "tsc -b tsconfig.build.json",
"test": "cross-env NODE_ENV=test jest",
"test": "cross-env NODE_ENV=test jest --passWithNoTests",
"coverage": "cross-env NODE_ENV=test jest --coverage"
},
"dependencies": {
Expand Down

0 comments on commit f79f526

Please sign in to comment.