- Install packages:
npm install
- To run test run below command:
Or
npm run test
npm run test:watch
- Jest Configuration in the
./jest/config.js
file. - Reading JSX by hook library has configuration in
./jest/babelTransform.js
file. setupTest.js
file andtestUtils.js
file to setup work environment and support test.