chingu-voyages / v8-geckos-team-07

Habit-Tracker | Voyage-8 | https://chingu.io/
https://habit-tracker-gecko.herokuapp.com/
4 stars 4 forks source link

Inital Testing #128

Closed paulywill closed 4 years ago

paulywill commented 4 years ago

Inital setup for testing.

  1. Created client/src/tests directory
  2. Inialized Login.test.js
  3. Added es-lint and jest depencies to package.json
  4. To run: a. test: npm run test b. test coverage: npm run test:coverage c. test coverage report: npm run test:report

Screenshot for npm run test

image

Test Coverage Report

image