First Practices using the testing tool: Jest
A user can see the tests passes
- Javascript
- WebPack
- Jest
- ESLint (Linter) with Stickler (CI Tool)
- Git, Github and VScode
Now you need a copy of this application, if you are using Git:
git@github.com:rsnazario/testing-practice-js.git
Otherwise just hit (Download Zip) on green button (Clone or Download) at top of this page.
In order to install its dependencies, run in your terminal:
npm install
This command will install all its dependencies for node_modules folder, along with the Jest tool. Then, just run the script for testing:
npm run test
Check the results =)
Contributions, issues and feature requests are welcome!
You can do it on issues page.
A special thanks for all Microverse Team and Code Reviewers that guides me through my learning.
👤 Martin Njoroge
- Github: @kwizl
- Twitter: @NjoroKaris
- Linkedin: Martin Njoroge
👤 Rafael Nazario
- Github: @rsnazario
- Twitter: @@rsnazario
- Linkedin: Rafael Nazario
Give a ⭐️ if you like this project!