sunnydl / GamePerformanceTracker

Team project for CSE 115A in Fall 2021, UCSC
3 stars 0 forks source link

Add integration test to our project #29

Closed sunnydl closed 2 years ago

sunnydl commented 2 years ago

A good library we can use for writing test files is Jest

resource for Jest:

  1. https://www.npmjs.com/package/jest
  2. https://jestjs.io/
  3. https://www.youtube.com/watch?v=hC1q576vRNA (example video)
  4. https://github.com/davidcsejtei/express-ts-tdd-boilerplate (example github)

We will first start writing tests for the backend since it is easier imo, then we add tests to the frontend as well.

sunnydl commented 2 years ago

e0796b6 Github workflow set up