propType test fix

This commit is contained in:
Greg Thompson
2017-11-09 10:23:02 -06:00
parent 91dab7b166
commit ee5d9a8c34

View File

@@ -14,6 +14,9 @@ describe("<PrimitiveModel/>", function() {
} }
const props = { const props = {
getComponent: c => components[c], getComponent: c => components[c],
getConfigs: () => ({
showExtensions: false
}),
name: "Name from props", name: "Name from props",
depth: 1, depth: 1,
schema: fromJS({ schema: fromJS({
@@ -46,4 +49,4 @@ describe("<PrimitiveModel/>", function() {
}) })
}) })
} ) } )