What's New (Page 4 of 8)
Wallaby now includes support for JavaScript import assertions. Import Assertions are an inline syntax for module import statements to pass on more information alongside the module specifier and may be used by more modern frameworks.
Wallaby now provides first-class support for projects that use pnpm
. This enhancement provides seamless interaction with pnpm projects. If you’re using pnpm
there is no
need to do anything special, just ensure you’re running the latest version of Wallaby.
Wallaby now supports the latest version of vitest (v0.27.0). The recent update of vitest included breaking changes that required rework of Wallaby’s integration.
Wallaby has recently been enhanced with first-class support for yarn2 workspaces. This provides a more robust and seamless integration for those utilizing yarn2’s workspaces. This is especially be beneficial for managing and testing multi-package or monorepo structures. Ensure your Wallaby version is up-to-date to take full advantage of this enhancement.
Wallaby now supports the latest version of vitest (v0.26.0). The recent update of vitest included breaking changes that required rework of Wallaby’s integration.
Wallaby now supports the latest version of vitest (v0.24.0). The recent update of vitest included breaking changes that required rework of Wallaby’s integration.
Wallaby now supports the latest version of vitest (v0.23.0). This update ensures seamless integration with vitest, accommodating the recent API changes introduced in its latest version.
Wallaby’s file system scanning has been significantly improved and decreases startup times for large projects and mono-repos. This improvement boosts efficiency, enabling you to kickstart your testing workflow without delay. To leverage this improvement, simply start Wallaby as usual, and you’ll experience the improved startup speed.
Wallaby now introduces the ability to override files
and tests
defaults in vitest, providing you with increased flexibility and control over your testing environment. To make use of this new functionality, simply use the override feature in your Wallaby configuration file. By enabling you to specify files and tests parameters, this enhancement supports tailored testing setups, adapting to your project needs seamlessly.
Wallaby’s new Pause
command/action for VS Code and JetBrains Editors allows you to pause real-time test execution and hide all related editor artifacts.
To resume tests execution and get real-time feedback, use the Start
command in VS Code or Resume
action in JetBrains Editors. When resuming, only the tests which were affected by your changes while Wallaby was paused will be executed.