Skip to content

gilamran/fast-jest-with-esbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

fast-jest-with-esbuild

Because jest is using barrel files it's very slow, and each test consumes ALL the imported code. Using esbuild I'm bundling all the tests and the code into one big file, and give that to jest. Making the tests run X10 faster.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published