TomokiMiyauci / me

About me
https://miyauchi.dev
MIT License
18 stars 11 forks source link

posts/speeding-up-jest/ #259

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Speed ​​up TypeScript with Jest | miyauci.me

Learn how to speed up your tests with Jest. Introducing esbuild or swc as transformers, it speeds up testing by speeding up transpiling, which tends to be slow with TypeScript.

https://miyauchi.dev/posts/speeding-up-jest/?utterances=8a7d11ccedee64b0bc549d22E4aEgHPLJocn9PdejW1NXWYrFeeoS9UlGANsQJBt2bDRAOitvGGw1Yx9TWE4fUF25jQHZZV5ZlV%2FJeH9xD25kJhJK9ICUIflVni8egMlRw7WmWkPL3kBn6mAs9U%3D

kayac-chang commented 2 years ago

Nice Article!!! For remind, you also need to install @swc/core if you want to using @swc/jest.