vueschool / test-with-jest

πŸ—‚ Source code for Test with Jest

Home Page:https://vueschool.io/courses/test-with-jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unit-testing-jest

πŸ—‚ Source code for Unit Testing with Jest

How to use this Repo

If you want to run all the tests of this repository, copy the .babelrc and package.json file from the 1-installing-jest folder into the root folder.

Then add jest to the project:

yarn add jest && yarn install

Then you are good to run jest directly.

yarn test
# or
yarn jest

About

πŸ—‚ Source code for Test with Jest

https://vueschool.io/courses/test-with-jest


Languages

Language:JavaScript 100.0%