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
So i'm trying to implement this in a React project and am using Jest to test with. I'm currently getting this error when triggering a fucntion that calls the mach code
/Location.js: Property description must be an object: undefined
I haven't ever played around with Jest, but my understanding is that it mocks everything you require. Thus, it's probably mocking some function that mach needs (maybe in the describe-property module?) and returning undefined.
In any case, I wouldn't recommend using mach with Jest as I haven't tested it yet.
So i'm trying to implement this in a React project and am using Jest to test with. I'm currently getting this error when triggering a fucntion that calls the mach code
/Location.js: Property description must be an object: undefined
My code that is triggering this looks like:
node 0.10, jest 0.2.2
The text was updated successfully, but these errors were encountered: