Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 366 Bytes

Jest Tutorial

Jest Tutorial is created for minimum guide about Jest.

What is Jest?

Jest is testing module for node.js.
If you apply Jest in your app, it will be more stable than before.

Sample List

  • base.test.js - test of Primitive Type & References Type. > go