Skip to content

Project made in the Trybe Course, module 1 (fundamentals of web development) - block 7: Unit Tests and JavaScript ES6

Notifications You must be signed in to change notification settings

jvsoarez/project-jest-unit-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Jest Unit Tests

Block 7 Project: Unit Tests and JavaScript ES6

πŸ‘‹ Hello, in this project I implemented unit tests for some functions that were already ready. I also implemented functions for tests that were already ready and, in the last requisite, I create the tests and then the function, following TDD (Test Driven Development) method.

πŸ“ Here I use JavaScript and Jest for pratice the skills:

  • Write unit tests for functions using NodeJS's Jest module to verify the correct functioning of these functions;
  • From tests already implemented, write functions to meet the proposed tests;
  • Write tests and functions using a test-driven development approach.

πŸ“– The project requirements were:

  1. Implement the average function βœ”οΈ
  2. Implement the test cases for the numbers function βœ”οΈ
  3. Implement the vqv function βœ”οΈ
  4. Implement the test cases for the circle function βœ”οΈ
  5. Implement the createStudent function βœ”οΈ
  6. Implement the test cases for the producDetails function βœ”οΈ
  7. Implement the calculator e arrayGenerator functions βœ”οΈ
  8. Implement the myCounter function βœ”οΈ
  9. Implement the test cases for the getCharacter function βœ”οΈ
  10. Implement the createMenu function and your test cases βœ”οΈ

πŸ™πŸ½ Thanks for viewing this repository!

About

Project made in the Trybe Course, module 1 (fundamentals of web development) - block 7: Unit Tests and JavaScript ES6

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published