mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
Remove test for old behaviour
This commit is contained in:
@@ -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", () => {
|
describe("createAttributesForTesting in development mode", () => {
|
||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
setStage("development");
|
setStage("development");
|
||||||
|
|||||||
Reference in New Issue
Block a user