lkotlarenko / Project-JS-Unit-Tests

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%