Skip to content

Commit

Permalink
fix(tests): add missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKohler committed Feb 4, 2022
1 parent 7b7fbb9 commit 1b84521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/absolutePathTo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ suite("AbsolutePathTo", () => {
});

afterEach(async () => {
setDefaults();
await setDefaults();
});

test("absolutePathTo basic", async () => {
Expand Down

0 comments on commit 1b84521

Please sign in to comment.