Questions tagged [jasmine-ts]

`npm` package for simplification of running `jasmine` javascript framework with `ts-node`.

This npm package helps run jasmine projects with typestrong nodes

package reference : https://www.npmjs.com/package/jasmine-ts

2 questions
4
votes
1 answer

How can I get jasmine-ts to execute my specs with a specific seed?

I am running unit tests using jasmine-ts version 0.3.0. The previous version worked fine, but the moment I upgraded, I'd get the output: No specs found I found a github issue (and this one) where someone commented: All arguments passed to…
pushkin
  • 7,514
  • 14
  • 41
  • 74
3
votes
1 answer

Jasmine-ts throwing an error about package subpath

I'm starting on a jasmine unit testing path and I'm having issues trying to execute jasmine and finding my ts written specs. I have jasmine-ts and I just run the usual jasmine-ts --config=spec/support/jasmine.json the above line is executed after I…
gdubs
  • 2,528
  • 9
  • 46
  • 89