forked from jappel/leistungsbilanz-ts
Persist circuit group renumbering
This commit is contained in:
parent
63650a623c
commit
07925b2fd9
15 changed files with 990 additions and 6 deletions
|
|
@ -10,6 +10,7 @@ import {
|
|||
} from "../src/domain/services/circuit-group-numbering.js";
|
||||
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";
|
||||
|
||||
describe("circuit group numbering", () => {
|
||||
it("formats the agreed identifiers including the leading hyphen", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue