danielemery / quizlord-api

Graphql api for sharing newspaper quizzes between friends, including results and statistics
https://quizlord.net
MIT License
1 stars 0 forks source link

Establish unit testing pattern #72

Closed danielemery closed 12 months ago

danielemery commented 12 months ago

The project currently has a few unit tests written for pure functions but none with mocks, spys or other testing code.

A few options should be considered and then one decided upon and implemented for a few services.

Current candidates:

danielemery commented 12 months ago

Spent a bunch of time testing out the node test runner. It performs very well but I found compared to jest: