Skip to content

Project made at Trybe while learning unit tests using Jest | Project made while attending Trybe.

License

Notifications You must be signed in to change notification settings

lkotlarenko/Project-JS-Unit-Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

  • Write unit tests for functions using Jest, a powerful JavaScript testing framework to verify the correct functioning of these functions;
  • With already implemented tests, write functions so they meet the proposed tests;
  • Write testing and functions using a test-oriented development approach.

What was developed

Various functions to meet proposed requirements and / or unit tests to ensure that the implementations of the functions are correct.


How to run

  • npm i
  • npm test _ (performs all tests present in the application) _
  • npm test path / to / file _ (runs only the tests present in the PATH / TO / FILE file) _
    • Example: npm test tests / average.spec.js

Time

  • Individual project;
  • Time spent on this project: '1' day.

About

Project made at Trybe while learning unit tests using Jest | Project made while attending Trybe.

Topics

Resources

License

Stars

Watchers

Forks