Skip to content

Commit 60ce36d

Browse files
committed
add missing afterAll
1 parent f508c9a commit 60ce36d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/e2e/config_variables_spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ describe("config with variables and secrets", () => {
66
await helpers.startApplication("tests/configs/config_variables.js");
77
});
88

9+
afterAll(async () => {
10+
await helpers.stopApplication();
11+
});
12+
913
it("config.language should be \"de\"", async () => {
1014
expect(config.language).toBe("de");
1115
});

0 commit comments

Comments
 (0)