Jasmine not working in Test Runner (Ignored Timeout errors)
Setting up Jasmine testing returns Ignored: Task skipped on timeout
I have the following set up:
- reference path to the Typings index.d.ts file
- import targeting jasmine
The test will run successfully at the command line but not within Visual Studio. Code below.
///<reference path="../../typings/index.d.ts"/>
import { } from "jasmine";
describe("Sanity Test",
() => {
it("sanity test",
() => {
expect(0).toBe(0);
});
});
Please sign in to leave a comment.
Hello!
Thank you for contacting us.
Could you please check if the problem is still reproduced with the latest ReSharper EAP build - https://www.jetbrains.com/resharper/eap/
Thank you.
Using resharper 2017.1 and still seeing this issue.. tests are ignored.. it says "ignored: task skipped on timeout" . the jasmine local web app launches as well and it says no specs found.
reproduced in this repo: https://github.com/diegohb/samples-aurelia-vanilla_cli
Hello @Diegohb!
This is a known issue - https://youtrack.jetbrains.com/issue/RSRP-465184
Please feel free to contact or vote for it.
Thank you.
Hi! I am having a similar issue. Can you tell me how you solved this issue, if you solved it? Thank you!
Hello Grir1671!
The specified issue is not resolved yet.
Please follow - https://youtrack.jetbrains.com/issue/RSRP-465184 to get te latest updates on it.
Thank you.