forked from jappel/leistungsbilanz-ts
Restore circuit drag placement
This commit is contained in:
parent
7c8d4a7ddf
commit
2d97fafce9
6 changed files with 194 additions and 25 deletions
|
|
@ -101,6 +101,14 @@ describe("circuit grid model", () => {
|
|||
});
|
||||
|
||||
it("shows stable circuit sections with German labels", () => {
|
||||
assert.equal(
|
||||
getCircuitSectionLabel({
|
||||
key: "lighting",
|
||||
displayName: "Lighting",
|
||||
category: "lighting",
|
||||
}),
|
||||
"Lighting"
|
||||
);
|
||||
assert.equal(
|
||||
getCircuitSectionLabel({
|
||||
key: "lighting",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue