Joined July 2013
·
Posted to
Code coverage with Testacular and Jasmine
over 1 year
ago
@paprikkastudio :
did you try to add a preprocessor in karma.conf.js :
preprocessors = {
'**/app/**/*.js': 'coverage',
'**/*.coffee': 'coffee'
};
</pre>
Achievements
28 Karma
0 Total ProTip Views
Kona
Have at least one original repo where CoffeeScript is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
@mohitleo9 : can you describe your problem on stackoverflow and send back the link ?