You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
Previously, the peerDependencies listed specific Jest sub-packages
required by the plugin, but this led to yarn warnings caused by
those packages being transitive dependencies rather than top-level
dependencies. Since those dependencies are implied by having Jest
as a dependency, we simply include `jest` as the sole peer
dependency.
0 commit comments