add tests

pull/140/head
Muhammad Atif Ali 1 year ago
parent 8a09be8b71
commit d515fe3348

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