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
This is more of a reminder so I can keep track of this:
babel-plugin-tester@canary has been out for a while now, but it is blocked until the release of jest@30. This is because, even though BPT doesn't technically rely on jest@30, jest@<30 does not work with prettier@>=3 yet babel-plugin-tester@canary cannot work with both prettier@>=3's sync interface and prettier@<3's async interface simultaneously without increased complexity of diminishing value.
tl;dr babel-plugin-tester@canary works with the latest/prerelease versions of Prettier and Jest, so if you're using prettier@>=3 and/or jest@>=30, you may also want to use babel-plugin-tester@canary.
The text was updated successfully, but these errors were encountered:
This is more of a reminder so I can keep track of this:
babel-plugin-tester@canary
has been out for a while now, but it is blocked until the release ofjest@30
. This is because, even though BPT doesn't technically rely onjest@30
,jest@<30
does not work withprettier@>=3
yetbabel-plugin-tester@canary
cannot work with bothprettier@>=3
's sync interface andprettier@<3
's async interface simultaneously without increased complexity of diminishing value.tl;dr
babel-plugin-tester@canary
works with the latest/prerelease versions of Prettier and Jest, so if you're usingprettier@>=3
and/orjest@>=30
, you may also want to usebabel-plugin-tester@canary
.The text was updated successfully, but these errors were encountered: