Skip to content

Commit

Permalink
fix fastify-modules example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmrysMyrddin committed Apr 28, 2023
1 parent bba94d5 commit c6dd2b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import request from 'supertest'
import { buildApp } from '../src/app.js'

describe('fastify-modules example integration', () => {
const app = buildApp()
const [app] = buildApp()

beforeAll(async () => {
await app.ready()
Expand Down

0 comments on commit c6dd2b1

Please sign in to comment.