Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

fix: README.md test/enzyme setup #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: README.md test/enzyme setup #264

wants to merge 1 commit into from

Conversation

Nopzen
Copy link

@Nopzen Nopzen commented Mar 1, 2019

fixes error in read me where the setup for enzyme and enzyme-adapter-react-16
are thowing error: TypeError: Adapter is not a constructor. This is due
to Adapter is default exported and therefor should not be imported as
star.

research:
https://stackoverflow.com/questions/49824423/enzyme-typeerror-adapter-is-not-a-constructor

fixes error in read me where the setup for enzyme and enzyme-adapter-react-16
are thowing error: TypeError: Adapter is not a constructor. This is due
to Adapter is default exported and therefor should not be imported as
star.

research:
https://stackoverflow.com/questions/49824423/enzyme-typeerror-adapter-is-not-a-constructor
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant