To run the app:npm start
To build the app:npm run build
To run the tests:npm run test
Header
Body
Footer
npx jest --init
@babel/preset-react
to make JSX work in test cases @babel/preset-react
inside Babel configurationbabel.config.js
: ['@babel/preset-react', { runtime: "automatic" }]
npm i -D @testing-library/jest-dom