Skip to content

Commit

Permalink
Fixed koa test
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed Apr 22, 2024
1 parent a8d4da3 commit 570f3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/tests/backend-tests/test-koa-server.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe.skipIf(process.env['SKIP_KOA'])('test koa server', async () => {
const app = new koa()
const api = createRemultServer({
entities: [Task],
admin: true,
})
app.use(bodyParser())
app.use(async (ctx, next) => {
Expand Down

0 comments on commit 570f3be

Please sign in to comment.