Skip to content

Files

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Installation

  1. Install packages:
    npm install
  2. To run test run below command:
    npm run test
    Or
    npm run test:watch

Configuration

  • Jest Configuration in the ./jest/config.js file.
  • Reading JSX by hook library has configuration in ./jest/babelTransform.js file.
  • setupTest.js file and testUtils.js file to setup work environment and support test.