Skip to content

Commit

Permalink
Mark jest peerDependency as option
Browse files Browse the repository at this point in the history
Given that the package works with other runners like vitest as well, we
should mark it as optional.
  • Loading branch information
silverwind committed Oct 17, 2022
1 parent f18dde6 commit 0864186
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -127,5 +127,10 @@
},
"peerDependencies": {
"jest": ">=27.2.5"
},
"peerDependenciesMeta": {
"jest": {
"optional": true
}
}
}

0 comments on commit 0864186

Please sign in to comment.