infernojs / create-inferno-app

Create Inferno apps with no build configuration.
MIT License
351 stars 34 forks source link

Fixes issue #54 - react alias in jest config #56

Closed willhighland closed 7 years ago

willhighland commented 7 years ago

This could also be fixed by adding 'moduleNameMapper' to the supportedKeys array on line 54 and then modifying package.json to add the alias. I'm fine to update this PR if that would be the preferred approach instead.

willhighland commented 7 years ago

Issue for reference https://github.com/infernojs/create-inferno-app/issues/54

Havunen commented 7 years ago

Good catch tanks for PR @willhighland