hellhub-collective / api

Effortlessly use Helldivers 2 data in your apps, with the democratically approved HellHub API. 🌎
https://documenter.getpostman.com/view/33840175/2sA35Bd54w
MIT License
19 stars 3 forks source link

chore(tests): add testing suite for routes and methods #16

Closed fabio-nettis closed 7 months ago

fabio-nettis commented 7 months ago

Description

This PR adds a testing suite and action for the routes and methods of the API. We use the standard test framework provided by Bun. The tests are written in TypeScript and are located in the __tests__ directory.

Type of change

How Has This Been Tested?

Added following tests for the current routes

Test Configuration

Checklist