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
The problem is that I can not find a way to understand anything about this error. What is undefined? Why? Where is the error log (it is not in log/test.log). I would need some more information about this error because the result from loader.calculateRotation is defined. I can see it on the previous step, but then this occurs.
Failure/Error: TypeError: undefined is not a function (evaluating 'expect(loader.calculateRotation(module, 2)).toEquals([1,2,2])') in http://127.0.0.1:36150/assets/
The text was updated successfully, but these errors were encountered:
It is awful. Took me a lot of time to spot this s. Can I configure in any way for this to be reported as "there is no function toEquals" instead of "undefined is not a function"
Running the tests I get this error.
The problem is that I can not find a way to understand anything about this error. What is undefined? Why? Where is the error log (it is not in log/test.log). I would need some more information about this error because the result from loader.calculateRotation is defined. I can see it on the previous step, but then this occurs.
The text was updated successfully, but these errors were encountered: