forked from jappel/leistungsbilanz-ts
Translate remaining frontend
This commit is contained in:
parent
7257deacdc
commit
e4fd7e0df6
11 changed files with 79 additions and 53 deletions
|
|
@ -83,6 +83,6 @@ describe("circuit grid model", () => {
|
|||
it("parses numeric drafts and rejects invalid values", () => {
|
||||
assert.equal(parseNumeric("quantity", " 2.5 "), 2.5);
|
||||
assert.equal(parseNumeric("quantity", ""), undefined);
|
||||
assert.throws(() => parseNumeric("quantity", "two"), /Invalid number/);
|
||||
assert.throws(() => parseNumeric("quantity", "two"), /Ungültiger Zahlenwert/);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue