Skip to main content
Version: Next

005 - Testing

Testing is important

We've done a lot of manual testing up to this point of functionality. Let's start putting those assumptions into code that we can run on every change to ensure things are working correctly.

Router-level testing

Plugin-level testing

OpenAPI testing

Integration with Jest tests

Fuzzing