Skip to content

Commit 6a91f0f

Browse files
committed
refacto : hexagonal architecture : remove unused folder, regroup prod and tests code in domain
1 parent b7f3bdd commit 6a91f0f

44 files changed

Lines changed: 66 additions & 100 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

frontend/src/app/core/testing/mock-breakpoint-observer.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

frontend/src/app/core/testing/translate-pipe.mock.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

frontend/src/app/core/testing/translate-service.mock.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.

frontend/src/app/core/testing/bpm.spec.vite.ts renamed to frontend/src/app/domain/bpm.spec.vite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {BPM} from "../domain/bpm";
1+
import {BPM} from "./bpm";
22

33
describe("BPM", () => {
44
it("Should create a Bpm", () => {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)