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
Thanks for the report. Apparently you are using Jasmine 2.9, because your code is working as expected in Jasmine 3.x. The bug in Jasmine 2.x support was introduced recently when adding Jasmine 3 support in wallaby.
The regression is fixed and the fix had juts been published in the latest core (or update your Jasmine version to 3.x).
Issue description or question
Wallaby seems not to be working with jasmine
callFake
. The argument of the "fake" function is alwaysundefined
.The test below passes when I run with jasmine directly, but it breaks when running with wallaby. Does anyone had this problem before?
Wallaby.js configuration file
Code editor or IDE name and version
Visual Studio Code v1.21.1
OS name and version
OSX 10.13.3
The text was updated successfully, but these errors were encountered: