Unable to run TypeScript tests
I am trying to run TypeScript tests with the ReSharper runner, but have not been able to get this to work. My question is posted in full here:
https://stackoverflow.com/questions/44639042/testing-typescript-modules-with-jasmine-and-resharper
Thank you.
Regards,
Alan.
Please sign in to leave a comment.
Hello Alan,
It is a bug in ReSharper and we submitted a new request on YouTrack https://youtrack.jetbrains.com/issue/RSRP-465184. Seems like ReSharper Unit Test runner does not support module loaders.
Unfortunately, a workaround here is not to use modules (use “/// <reference path=”…” /> “ instead of “import {…} from”).
Thanks!