Skip to content

Commit

Permalink
pass build if there are no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed Apr 24, 2024
1 parent fc143e7 commit f9dcb7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/bumpgen-core/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ module.exports = {
},
],
},
testMatch: [
"**/*.test.ts",
],
passWithNoTests: true,
};
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
".": "./src/index.ts"
},
"scripts": {
"test": "jest",
"test": "jest --passWithNoTests",
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
Expand Down

0 comments on commit f9dcb7e

Please sign in to comment.