Jest Performance Improvements

  12 Apr 2024   1 min read

The latest version of Wallaby significant improves performance startup and test execution times for Jest projects; Jest’s TypeScript configuration files are now transpiled using swc instead of ts-node, and large mono-repos only load project configuration on demand. For large projects, test execution times can be up to 90% faster than before.