jaikamat / clubhouse-pos-importer

Monorepo for an LGS's inventory management system
1 stars 0 forks source link

API testing, part 1 #306

Closed jaikamat closed 3 years ago

jaikamat commented 3 years ago

Summary

In this PR, we begin the task of creating a comprehensive (and long overdue!) suite of unit tests for our API interactors. I'm electing to test major functionality to prove a consistent base before moving into edge cases in future refactors.

Additionally, it updates Jest, Prettier, and simplifies the package script we use to test.