-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple jest test fails with @exponent error #36
Comments
Hey @bdickason, there was a big change to transition our navigation routing from @exponent to using react-navigation. Possibly you can try testing again, and seeing if the same errors occur with the new setup? The changes should be on develop. Also, nice to meet you! |
Will do!! I didn't even think to look at your branching strategy 👍 I'll check out develop and see how it looks. Is there a writeup on how you handle branches and development anywhere that I can check out? (i.e. develop is always stable, master is always stable, etc) |
@dxn7335 I'm still getting this error on the develop branch as it looks like store.js still depends on @exponent. See https://github.com/ndejesus1227/t7-chicken-native/blob/develop/src/redux/store.js#L1 |
@bdickason Oh! I just pushed a change to remove that reference. Looks like not everything might've gotten removed. I'll start picking out any leftover references out in the morning. |
This works as of @dxn7335's commits :) Still have some errors that are tough to debug, but I'm one step closer :D |
@bdickason thanks man! Sorry I haven't gotten back to you yet about how things are running, but I think I'm gonna let you do your thing for now, if you have any questions at all please message me on Facebook. |
@ndejesus1227 no prob! I'm just poking around on things that are not critical path to learn the codebase and ramp up. |
I was going to take a stab at writing a few tests as I thought it might help me get to know the project (And get us some automated coverage so we don't have to manually test everything :P). Unfortunately, there is some weird behavior with the
@exponent
module and jest.I've run through a few solutions so far:
Error Log:
The text was updated successfully, but these errors were encountered: