Skip to content

Commit

Permalink
test all
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Feb 23, 2024
1 parent 1a95a0f commit a6ff717
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion __tests__/fixtures/cleanup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ export async function testFinishesCleanly({

// server sits on top of server transport so we clean it up first
if (server) {
await advanceFakeTimersByDisconnectGrace();
await ensureServerIsClean(server);
await server.close();
}
Expand Down
2 changes: 1 addition & 1 deletion transport/transport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
waitFor,
} from '../__tests__/fixtures/cleanup';

describe.each([transports[0]])('transport -- $name', async ({ setup }) => {
describe.each(transports)('transport -- $name', async ({ setup }) => {
const { getTransports, cleanup } = await setup();
afterAll(cleanup);

Expand Down

0 comments on commit a6ff717

Please sign in to comment.