remove tests

pull/141/head
Muhammad Atif Ali 1 year ago committed by GitHub
parent 8b20bccb57
commit e189de1bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,10 +0,0 @@
import { describe } from "bun:test";
import { runTerraformInit, testRequiredVariables } from "../test";
describe("git-config", async () => {
await runTerraformInit(import.meta.dir);
testRequiredVariables(import.meta.dir, {
agent_id: "foo",
});
});
Loading…
Cancel
Save