forked from jappel/leistungsbilanz-ts
Persist circuit group moves
This commit is contained in:
parent
9ad91887b2
commit
3399fcd88b
15 changed files with 652 additions and 4 deletions
|
|
@ -12,6 +12,7 @@ import "./circuit-group-structure-project-command.repository.test.js";
|
|||
import { createCircuitGroupRenumberPlan } from "../src/domain/services/circuit-group-renumbering.js";
|
||||
import "./circuit-group-renumber-project-command.repository.test.js";
|
||||
import { createCircuitGroupMovePlan } from "../src/domain/services/circuit-group-move-planning.js";
|
||||
import "./circuit-group-move-project-command.repository.test.js";
|
||||
|
||||
describe("circuit group numbering", () => {
|
||||
it("formats the agreed identifiers including the leading hyphen", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue