You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
After I started using react-imported-component I have tones of messages in the console when I launch jest.js unit tests.
console.warn react-imported-component: no mark found at [Function] Please check babel plugin or macro setup, as well as imported-component's limitations. See https://github.com/theKashey/react-imported-component/issues/147
Do you know how to solve them? So far I am running jest with --silent flag, but it is not the best approach for our app.
The text was updated successfully, but these errors were encountered:
Any solution on how to add babel plugin or macro to jest.js? I don't have this problem in the application, this spam is just running only during unit tests
Hi,
After I started using react-imported-component I have tones of messages in the console when I launch jest.js unit tests.
console.warn react-imported-component: no mark found at [Function] Please check babel plugin or macro setup, as well as imported-component's limitations. See https://github.com/theKashey/react-imported-component/issues/147
Do you know how to solve them? So far I am running jest with --silent flag, but it is not the best approach for our app.
The text was updated successfully, but these errors were encountered: