We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f508c9a commit 60ce36dCopy full SHA for 60ce36d
1 file changed
tests/e2e/config_variables_spec.js
@@ -6,6 +6,10 @@ describe("config with variables and secrets", () => {
6
await helpers.startApplication("tests/configs/config_variables.js");
7
});
8
9
+ afterAll(async () => {
10
+ await helpers.stopApplication();
11
+ });
12
+
13
it("config.language should be \"de\"", async () => {
14
expect(config.language).toBe("de");
15
0 commit comments