Fix tests
This commit is contained in:
parent
29f6716fa9
commit
957edb66f5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue