I just added the latest versions of both Chutzpah and Jasmine NuGet packages to my project.
Besides, I installed the two available Chutzpah Visual Studio extensions (VS2015).
I am trying to use the Jasmine function "spyOnProperty
", which can be found in the jasmine.js file that the nuget package deploys.
But when I run the test I get an exception:
ReferenceError: Can't find variable: spyOnProperty
When I debug, I see that Chutzpah uses a jasmine.js file included in the visual studio extension folder.
How can I tell Chutzpah to use the latest jasmine.js file / jasmine version?
Thanks.