neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

BUGFIX: Resolve console errors while jests test

Open markusguenther opened this issue 2 years ago • 2 comments

When we run our jest test we have plenty of console.errors in the output. That is distracting and should not happen.

We want to prevent errors like Warning: Failed prop type: The prop editorRegistryis marked as required inEditorEnvelope, but its value is null.

What I did Walked through all packages and searched which packages were effected.

  • [x] neos-ui
  • [ ] neos-ui-editors
  • [ ] neos-ui-sagas

markusguenther avatar Apr 14 '23 11:04 markusguenther

Will go thru all errors and hopefully resolve them.

markusguenther avatar Apr 14 '23 11:04 markusguenther

About the sagas, I am unsure if this can be removed ... there we test error handling.

markusguenther avatar Apr 14 '23 12:04 markusguenther