fix tests
This commit is contained in:
@@ -19,6 +19,11 @@ describe("<ObjectModel />", function() {
|
|||||||
}
|
}
|
||||||
const props = {
|
const props = {
|
||||||
getComponent: c => components[c],
|
getComponent: c => components[c],
|
||||||
|
getConfigs: () => {
|
||||||
|
return {
|
||||||
|
showExtensions: true
|
||||||
|
}
|
||||||
|
},
|
||||||
isRef : false,
|
isRef : false,
|
||||||
schema: Immutable.fromJS(
|
schema: Immutable.fromJS(
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user