Skip to content

Commit

Permalink
feat(telemetry): improve test description
Browse files Browse the repository at this point in the history
  • Loading branch information
beniaminmunteanu committed Apr 2, 2024
1 parent 8b621e7 commit 566e1be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe('Telemetry Middleware', function () {
expect(next).toHaveBeenCalled()
})

it('gathers telemetry after next was called', async () => {
it('gathers telemetry without blocking middleware chain', async () => {
let nextCalled = false
const next = jest.fn().mockImplementation(() => {
nextCalled = true
Expand Down

0 comments on commit 566e1be

Please sign in to comment.