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
|
|
@ -169,6 +169,12 @@ describe("project version history presentation", () => {
|
|||
),
|
||||
"Stromkreisgruppen neu nummeriert"
|
||||
);
|
||||
assert.equal(
|
||||
getProjectRevisionDescription(
|
||||
revision(13, { commandType: "circuit.move-group" })
|
||||
),
|
||||
"Stromkreis in andere Gruppe verschoben"
|
||||
);
|
||||
assert.equal(getProjectSnapshotKindLabel("named"), "Benannt");
|
||||
assert.equal(
|
||||
getProjectSnapshotKindLabel("automatic"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue