andreirce / taqtile-api

0 stars 0 forks source link

Feature/create test setup #16

Closed andreirce closed 1 month ago

andreirce commented 1 month ago

This PR implements a simple test that verifies the Hello World functionality in the application by configuring the initialization of an Apollo server before executing the tests. The test ensures that the Hello World query returns the correct response, specifically the string "Hello, World!". Please feel free to provide any feedback.