Skip to content

Commit

Permalink
Mark jest peerDependency as optional
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 dbfac8d
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 dbfac8d

Please sign in to comment.