Skip to content

v2.2.0

Compare
Choose a tag to compare
@adalinesimonian adalinesimonian released this 08 Dec 00:43
· 30 commits to main since this release
28a69b1

Added

  • Environments using Yarn PnP are now supported. (#46)
  • All options from the parent Jest runner are now passed to the child runner. (f300e64)
  • VS Code process information and download progress can now be suppressed using the quiet option. (f300e64)

Changed

  • A less internal API is now used to start the child instance of Jest. (6196f24)

Fixed

  • Tests in nested directories no longer result in the runner expecting and failing tests from a different directory that are not yet queued. (f300e64)