Learn how to test FlatTrack.
The API uses Ginkgo as the e2e testing framework.
ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --cover --trace --progress test/backend/e2e
The frontend uses Mocha as the testing framework.
npm run test:e2e
npm run test:unit