Skip to content

Commit

Permalink
chore: show active nocks
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Sep 25, 2024
1 parent 21f2f86 commit 75794ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/tests/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const createTestApp = async (
.persist()

nock(config.authAdminApiUrl).post('/').reply(200).persist()
logger.info({ nocks: nock.activeMocks() }, 'active mocks')

const app = new App(container)
await start(container, app)
Expand Down

0 comments on commit 75794ef

Please sign in to comment.