From e7d79835c6f7c7189b3218f4454102255df2d830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Mon, 25 Jan 2021 16:18:46 +0100 Subject: [PATCH] Remove test for old behaviour --- scm-ui/ui-components/src/devBuild.test.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/scm-ui/ui-components/src/devBuild.test.ts b/scm-ui/ui-components/src/devBuild.test.ts index 5964032f53..d13db079d9 100644 --- a/scm-ui/ui-components/src/devBuild.test.ts +++ b/scm-ui/ui-components/src/devBuild.test.ts @@ -53,17 +53,6 @@ describe("devbuild tests", () => { }); }); - describe("createAttributesForTesting in non development mode", () => { - beforeAll(() => { - setStage("production"); - }); - - it("should return undefined for non development", () => { - const attributes = createAttributesForTesting("123"); - expect(attributes).toBeUndefined(); - }); - }); - describe("createAttributesForTesting in development mode", () => { beforeAll(() => { setStage("development");