We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458f6d9 commit 97309b0Copy full SHA for 97309b0
index.test.ts
@@ -4,7 +4,7 @@ import test from "ava";
4
5
test.before(async () => {
6
await yarn(".", ["prepare"]);
7
-})
+});
8
9
async function buildTestProject(path: string): Promise<void> {
10
return yarn(path, [])
0 commit comments