Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using requireJS you need to configure the preprocessors for coverage #31

Open
timlevett opened this issue Dec 4, 2015 · 1 comment

Comments

@timlevett
Copy link

I ran into an odd issue with this setup when using it on a project created with requirejs. If you don't specify

preprocessors : {
  '**/*.js': 'coverage'
},

in karma.conf.js the coverage report is empty. I wasn't sure if you wanted to add a comment about that in the setup or not. I would have submitted a PR with the change but wasn't sure how you wanted to handle it.

@caitp
Copy link
Owner

caitp commented Apr 28, 2018

man, I need to add a line to the README.md that PRs are totally welcome, provided they can demonstrate they're in good working order. A pull-request to add that would be graciously accepted!

I think there are several issues relating to this open right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants