test(jest): cleanup console warnings/errors (#6547)

This commit is contained in:
Tim Lai
2020-10-21 17:35:33 -07:00
committed by GitHub
parent 0a807d6237
commit 671e945376
3 changed files with 7 additions and 6 deletions

View File

@@ -8,7 +8,8 @@ describe("<PrimitiveModel/>", function () {
const dummyComponent = () => null
const components = {
Markdown: dummyComponent,
EnumModel: dummyComponent
EnumModel: dummyComponent,
Property: dummyComponent,
}
const props = {
getComponent: c => components[c],