Skip to content

@inquirer/testing@3.2.0

Choose a tag to compare

@SBoudrias SBoudrias released this 16 Feb 18:46
· 169 commits to main since this release
@inquirer/testing@3.2.0
fd001c1
  • fix: e2e testing utility now gracefully fail if a dependency isn't in the dependency tree (useful for things like strict Yarn PnP)
  • feat: e2e testing utility now handles gracefully moduled who've been modified by a compiler (like SWC/etc.) Handling a module where the default export became { default: fn() }