Skip to content

Commit

Permalink
chore(report-template): Remove unnecessary async
Browse files Browse the repository at this point in the history
  • Loading branch information
vincecao committed Jul 25, 2022
1 parent 3965c06 commit 78cd49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@
- veritem
- VictorPeralta
- vimutti77
- vincecao
- visormatt
- vkrol
- vlindhol
Expand Down
2 changes: 1 addition & 1 deletion integration/bug-report-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test.beforeAll(async () => {
appFixture = await createAppFixture(fixture);
});

test.afterAll(async () => appFixture.close());
test.afterAll(() => appFixture.close());

////////////////////////////////////////////////////////////////////////////////
// 💿 Almost done, now write your failing test case(s) down here Make sure to
Expand Down

0 comments on commit 78cd49b

Please sign in to comment.