In order to execute Unit Test, first of all you need to install Jest dependency by running:
npm install
And then, you can run test by typing:
npm run test
In order to execute Unit Test, first of all you need to install Jest dependency by running:
npm install
And then, you can run test by typing:
npm run test