Skip to content

Commit 7d65ac3

Browse files
committed
ran "bun fmt"
1 parent 331ddc5 commit 7d65ac3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import { describe } from "bun:test";
2-
import { runTerraformInit, testRequiredVariables } from "~test";
3-
4-
describe("pgadmin", async () => {
5-
await runTerraformInit(import.meta.dir);
6-
7-
testRequiredVariables(import.meta.dir, {
8-
agent_id: "foo",
9-
});
10-
});
1+
import { describe } from "bun:test";
2+
import { runTerraformInit, testRequiredVariables } from "~test";
3+
4+
describe("pgadmin", async () => {
5+
await runTerraformInit(import.meta.dir);
6+
7+
testRequiredVariables(import.meta.dir, {
8+
agent_id: "foo",
9+
});
10+
});

0 commit comments

Comments
 (0)