added small test for jupyterlab
This commit is contained in:
@@ -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("");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user