Skip to content

Commit

Permalink
Update integration/helpers/create-fixture.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Cattori <pcattori@gmail.com>
  • Loading branch information
mcansh and pcattori authored Dec 9, 2022
1 parent ce6c074 commit 1791139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/helpers/create-fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export async function createAppFixture(fixture: Fixture, mode?: ServerMode) {
/**
* Shuts down the fixture app, **you need to call this
* at the end of a test** or `afterAll` if the fixture is initialized in a
* `beforeAll` block. Also make sure to `await app.close()` or else you'll
* `beforeAll` block. Also make sure to `app.close()` or else you'll
* have memory leaks.
*/
close: () => {
Expand Down

0 comments on commit 1791139

Please sign in to comment.