Skip to content

Commit

Permalink
fix: test api
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed May 14, 2024
1 parent aab5f8d commit bbfdae3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ let app: FastifyInstance | null = null
beforeAll(async () => {
await databaseConnection.initialize()
app = await setupApp()
await app.listen({
host: '0.0.0.0',
port: 3000,
})
})

afterAll(async () => {
Expand Down

0 comments on commit bbfdae3

Please sign in to comment.