-
Notifications
You must be signed in to change notification settings - Fork 109
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
Issue with upgrade from 1.5.1 -> 1.5.2 #97
Comments
As can be seen from the changelog this might be related to #87 which was supposed to fix compatibility with React Native. It might be that this is not an actual error/regression in Lolex, but rather exposes some fundamental design flaw in the code you are testing. But if fully might be a problem with lolex too ... See the changes in #87 and see if you can spot something that might be relevant. |
@fatso83 thanks for the reply. I'm not sure how the changes in that commit would be causing the issue. For reference, here's the test failure / stack trace provided:
I'll continue looking at it on my end, but let me know if you find anything further / need additional information! |
@krnjn Did you figure out what happened? |
@cjohansen nope, just locked down lolex@1.5.1 |
This has stalled and we have no test case to test against. Closing until someone can show this as an error in lolex |
I'm having an issue with a test that works fine on versions 1.5.1 and below that does not seem to work on 1.5.2 (using Jest + Enzyme). Following the README, this should work just fine, but seems to be having issues. Here's a sample of the code for reference:
I can provide more code if needed, but I'm wondering if I'm doing something wrong here with the implementation of lolex with:
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: