Snacc-Overflow / student-toolbox

A collection of useful tools for university students. This project was developed by Snacc Overflow for SOFTENG 310 at The University of Auckland.
MIT License
0 stars 9 forks source link

Test Suite #72

Closed aaronworsnop closed 1 month ago

aaronworsnop commented 1 month ago

Test Suite

Summary

Add Test Suite to Project.

Description

Use Jest. We only need to test backend, like the endpoints.

Requirements

Alternatives

Mention any alternative solutions or workarounds that have been considered.

Completion Criteria

Additional Context

You can write the test with ChatGPT or other generative AI tools, but make sure to check that it actually works.

aaronworsnop commented 1 month ago

Misunderstanding of Assignment 1 guidelines. We have been adding tests to all PRs, unit tests were not called for as of yet. This can be a future issue.