Skip to content

Commit

Permalink
style: apply code style
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Nov 15, 2022
1 parent 458f6d9 commit 97309b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import test from "ava";

test.before(async () => {
await yarn(".", ["prepare"]);
})
});

async function buildTestProject(path: string): Promise<void> {
return yarn(path, [])
Expand Down

0 comments on commit 97309b0

Please sign in to comment.