propType test fix
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user