willayy / DAT257-Agile

Agile project in DAT257
1 stars 0 forks source link

43 us 021 implement unit tests #64

Closed willayy closed 5 months ago

willayy commented 5 months ago

Implemented 5 test suites testing the backend and some frontend pages.

Run by navigating to agile-app dir and running

npm test
jmarkusson commented 5 months ago

Looks good, Why is there no tests on the heat map page?

willayy commented 5 months ago

@Palpat3 I have fixed the points you raised

willayy commented 5 months ago

@jmarkusson Its because it uses functions that can't be used with jest