When running Jasmine tests from Resharper I get the following error for all tests, however the same tests succeed when initiated directly from the Chutzpah extension in Visual Studio.
Jasmine 2.0.0
finished in 0.106s
10 specs, 10 failures
Spec List | Failures
UI.tools Tests (name)
ReferenceError: setFixtures is not defined
ReferenceError: setFixtures is not defined
at Object.<anonymous> (http://localhost:16026/Tests.js:19:9)
at attemptSync (http://localhost:16026/jasmine.js:1510:12)
at QueueRunner.run (http://localhost:16026/jasmine.js:1498:9)
at QueueRunner.execute (http://localhost:16026/jasmine.js:1485:10)
at Spec.Env.queueRunnerFactory (http://localhost:16026/jasmine.js:518:35)
at Spec.execute (http://localhost:16026/jasmine.js:306:10)
at Object.<anonymous> (http://localhost:16026/jasmine.js:1708:37)
at attemptAsync (http://localhost:16026/jasmine.js:1520:12)
at QueueRunner.run (http://localhost:16026/jasmine.js:1496:16)
at QueueRunner.execute (http://localhost:16026/jasmine.js:1485:10)
Expected 0 to be 1.
Error: Expected 0 to be 1.
at stack (http://localhost:16026/jasmine.js:1293:17)
at buildExpectationResult (http://localhost:16026/jasmine.js:1270:14)
at Spec.Env.expectationResultFactory (http://localhost:16026/jasmine.js:484:18)
at Spec.addExpectationResult (http://localhost:16026/jasmine.js:260:46)
at Expectation.addExpectationResult (http://localhost:16026/jasmine.js:442:21)
at Expectation.toBe (http://localhost:16026/jasmine.js:1209:12)
at Object.<anonymous> (http://localhost:16026/Tests.js:34:68)
at attemptSync (http://localhost:16026/jasmine.js:1510:12)
at QueueRunner.run (http://localhost:16026/jasmine.js:1498:9)
at QueueRunner.execute (http://localhost:16026/jasmine.js:1485:10)