Skip to content

Commit

Permalink
test: add missing await using (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroki Osame <[email protected]>
  • Loading branch information
yeliex and privatenumber authored Sep 11, 2024
1 parent 2a988e4 commit 865775d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/builds/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default testSuite(({ describe }, nodePath: string) => {
});

test('error on invalid tsconfig.json path', async () => {
const fixture = await createFixture({
await using fixture = await createFixture({
src: {
'index.ts': 'export default () => "foo";',
},
Expand Down

0 comments on commit 865775d

Please sign in to comment.