Running Jasmine through Visual Studio 2017 (with ReSharper)

I'm trying to run Jasmine automation using Angular2 / Typescript in Visual Studio 2017. The test winner works fine, but all tests are ignored, saying the task missed a timeout. It's instant, in no way hitting the timeout. I have an <reference path="......">

index pointing to index.d.ts. Does anyone have experience here?

+3


source to share





All Articles