Fix tests

This commit is contained in:
pietervdvn 2022-02-14 20:14:30 +01:00
parent 29f6716fa9
commit 957edb66f5

View file

@ -8,7 +8,7 @@ export default class ValidatedTextFieldTranslationsSpec extends T {
["Test all", () => {
const ts = Translations.t.validation;
console.log("Hello world!")
const allErrors = Array.from(ValidatedTextField.AllTypes.keys()).map(key => {
const allErrors = Array.from(ValidatedTextField.allTypes.keys()).map(key => {
const errors = []
const t = ts[key]
if (t === undefined) {