// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`validation-helper validateComponentSchema child component requires componentType to be the correct type 1`] = `"children[0].componentType must be a \`string\` type, but the final value was: \`3\`."`; exports[`validation-helper validateComponentSchema child component requires name 1`] = `"children[0].name is a required field"`; exports[`validation-helper validateComponentSchema deeply nested child components requires name 1`] = `"children[0].children[0].children[0].name is a required field"`; exports[`validation-helper validateComponentSchema deeply nested child components requires properties 1`] = `"children[0].children[0].children[0].properties is a required field"`; exports[`validation-helper validateComponentSchema fails eventBindings with invalid names 1`] = `"children[0].events field has unspecified keys: myclick"`; exports[`validation-helper validateComponentSchema fails on componentType with leading number 1`] = `"Expected an alphanumeric string, starting with a character"`; exports[`validation-helper validateComponentSchema fails on componentType with whitespace 1`] = `"Expected an alphanumeric string, starting with a character"`; exports[`validation-helper validateComponentSchema throws on child components sharing a name 1`] = `"Duplicate names are not allowed within a component, found duplicates of [\\"ChildComponent\\"]"`; exports[`validation-helper validateComponentSchema throws on invalid schema version 1`] = `"unsupported schemaVersion 1.1.4"`; exports[`validation-helper validateComponentSchema throws on parent and child components sharing a name 1`] = `"Duplicate names are not allowed within a component, found duplicates of [\\"MyComp\\"]"`; exports[`validation-helper validateComponentSchema throws on unsupported schema version 1`] = `"unsupported schemaVersion 1.1"`; exports[`validation-helper validateComponentSchema top-level component requires componentType 1`] = `"componentType is a required field"`; exports[`validation-helper validateComponentSchema top-level component requires componentType to be the correct type 1`] = `"componentType must be a \`string\` type, but the final value was: \`2\`."`; exports[`validation-helper validateComponentSchema top-level component requires name 1`] = `"name is a required field"`; exports[`validation-helper validateComponentSchema top-level component requires non-empty property values 1`] = `"property cannot be empty."`; exports[`validation-helper validateComponentSchema top-level component requires properties 1`] = `"properties is a required field"`; exports[`validation-helper validateComponentSchema top-level component requires properties to be the correct type 1`] = `"properties must be a \`object\` type, but the final value was: \`\\"property\\"\`."`; exports[`validation-helper validateThemeSchema children objects should not be empty 1`] = `"values[1].key is a required field, values[1].value is a required field"`; exports[`validation-helper validateThemeSchema overrides should contain the right shape 1`] = `"overrides[0].key is a required field"`; exports[`validation-helper validateThemeSchema top-level component requires name 1`] = `"name is a required field"`; exports[`validation-helper validateThemeSchema top-level component requires values 1`] = `"values is a required field"`;