1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly for BOOLEAN 1`] = `
7 onChange={[MockFunction]}
10 "definition": Object {
11 "category": "foo category",
15 "subCategory": "foo subCat",
32 exports[`should render correctly for FLOAT 1`] = `
36 onChange={[MockFunction]}
39 "definition": Object {
40 "category": "foo category",
44 "subCategory": "foo subCat",
61 exports[`should render correctly for INTEGER 1`] = `
65 onChange={[MockFunction]}
68 "definition": Object {
69 "category": "foo category",
73 "subCategory": "foo subCat",
90 exports[`should render correctly for JSON 1`] = `
94 onChange={[MockFunction]}
97 "definition": Object {
98 "category": "foo category",
102 "subCategory": "foo subCat",
119 exports[`should render correctly for LICENSE 1`] = `
123 onChange={[MockFunction]}
126 "definition": Object {
127 "category": "foo category",
131 "subCategory": "foo subCat",
148 exports[`should render correctly for LONG 1`] = `
152 onChange={[MockFunction]}
155 "definition": Object {
156 "category": "foo category",
160 "subCategory": "foo subCat",
177 exports[`should render correctly for PASSWORD 1`] = `
181 onChange={[MockFunction]}
184 "definition": Object {
185 "category": "foo category",
189 "subCategory": "foo subCat",
206 exports[`should render correctly for PROPERTY_SET 1`] = `
210 onChange={[MockFunction]}
213 "definition": Object {
214 "category": "foo category",
218 "subCategory": "foo subCat",
219 "type": "PROPERTY_SET",
235 exports[`should render correctly for SINGLE_SELECT_LIST 1`] = `
239 onChange={[MockFunction]}
242 "definition": Object {
243 "category": "foo category",
247 "subCategory": "foo subCat",
248 "type": "SINGLE_SELECT_LIST",
264 exports[`should render correctly for STRING 1`] = `
268 onChange={[MockFunction]}
271 "definition": Object {
272 "category": "foo category",
276 "subCategory": "foo subCat",
293 exports[`should render correctly for TEXT 1`] = `
297 onChange={[MockFunction]}
300 "definition": Object {
301 "category": "foo category",
305 "subCategory": "foo subCat",