-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
Description
This is more of a question than an issue, I hope that's okay.
I'm trying to get Jasmine unit tests working, where both the code under test and the unit tests are written in TypeScript, and the tests are run using Karma (via karma-browserify). But I'm not having much luck getting this to work.
The error I'm getting right now is that Karma can't resolve an imported file, the output is
Cannot find module '[object Object]' from /some/path/on/my/machine
An example for using tsify in this scenario would be much appreciated. Do you happen to know of any that I could take a look at?
I'll update the tsify test repo I made for #43 to show the problems I'm having in a bit.