We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331ddc5 commit 7d65ac3Copy full SHA for 7d65ac3
registry/AJ0070/modules/pgadmin/main.test.ts
@@ -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
-});
+import { describe } from "bun:test";
+import { runTerraformInit, testRequiredVariables } from "~test";
+
+describe("pgadmin", async () => {
+ await runTerraformInit(import.meta.dir);
+ testRequiredVariables(import.meta.dir, {
+ agent_id: "foo",
+ });
+});
0 commit comments