リモート開発メインのソフトウェア開発企業のエンジニアブログです

2 posts with the tag Jest

Reduce the Time Taken for the Testing using Jest and CircleCI Parallelism

December 21, 2022

posted by Bunlong

In this article we are going to show you how to reduce the time taken for the testing in our app using Jest an ...

続きを読む →

Test React Custom Hooks with Jest and Testing Library

December 13, 2022

posted by Bunlong

Prerequisite Installation Assume that we already installed Jest, Testing Library and SWR. Custom Hook If you d ...

続きを読む →