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
Right now, when we configure Tester for a project, we must pass the enzyme package otherwise, we end up using 2 enzyme version and it throws errors and create mismatches.
We should contact Enzyme directly to:
Ask wether there is a better way of doing this.
** If there is, improve.
** If not, make that requirement prominent in the docs.
Configuration example
importenzymefrom'enzyme';// Adapt enzyme to the proper React version.TesterConfig.configure(enzyme,{ ... });
The text was updated successfully, but these errors were encountered:
Right now, when we configure Tester for a project, we must pass the enzyme package otherwise, we end up using 2
enzyme
version and it throws errors and create mismatches.We should contact Enzyme directly to:
** If there is, improve.
** If not, make that requirement prominent in the docs.
Configuration example
The text was updated successfully, but these errors were encountered: