Here is the test:
myview-model.specs.js
:
describe('Total truth', function() {
it('true', function() {
expect(true).toBe(true);
});
});
When I run Resharper 9 it fails with "Inconclusive: Test not run" for Total truth
when it is with phantomjs.exe
In case someone comes here the problem was not in Visual Studio or Resharper but the phantomjs had an error:
> C:\PhantomJS\bin\phantomjs.exe
Auto configuration failed
11888:error:02001015:system library:fopen:Is a directory:.\crypto\bio\bss_file.c:169:fopen('F:\development\openssl\!BUILD/ssl/openssl.cnf','rb')
11888:error:2006D002:BIO routines:BIO_new_file:system lib:.\crypto\bio\bss_file.c:174:
11888:error:0E078002:configuration file routines:DEF_LOAD:system lib:.\crypto\conf\conf_def.c:199:
So after pointing to correct phantomjs it works.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With