added small test for jupyterlab

This commit is contained in:
Stephen Kirby
2023-10-10 17:22:48 +00:00
parent 698d8168f2
commit a83cd5b140
5 changed files with 63 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ describe("fly-region", async () => {
it("region filter", async () => {
const state = await runTerraformApply(import.meta.dir, {
default: "atl",
regions: '["arn", "ams", "bos"]'
regions: '["arn", "ams", "bos"]',
});
expect(state.outputs.value.value).toBe("");
});