Skip to content

Commit

Permalink
Revert "remove await from startServer()"
Browse files Browse the repository at this point in the history
This reverts commit 6814439.
  • Loading branch information
Neville Mehta authored and Neville Mehta committed Jul 18, 2024
1 parent 6814439 commit bc36db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/node/test/node-middleware.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('behavior from middleware, standalone', () => {
});
await fixture.build();
const { startServer } = await fixture.loadAdapterEntryModule();
let res = startServer();
let res = await startServer();
server = res.server;
await waitServerListen(server.server);
});
Expand Down

0 comments on commit bc36db5

Please sign in to comment.