// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` spec render errors 1`] = `
test error
The name must contain 2 to 50 characters. Valid characters are A-Z, a-z, 0-9, (_) underscore, (-) hyphen and unicode characters.
`; exports[` spec renders the component 1`] = `
The name must contain 2 to 50 characters. Valid characters are A-Z, a-z, 0-9, (_) underscore, (-) hyphen and unicode characters.
`;