mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +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", () => {
|
||||
beforeAll(() => {
|
||||
setStage("development");
|
||||
|
||||
Reference in New Issue
Block a user