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

Readme should say to add module as a plugin in karma.conf.js #163

Open
bigbasti opened this issue Aug 8, 2018 · 1 comment
Open

Readme should say to add module as a plugin in karma.conf.js #163

bigbasti opened this issue Aug 8, 2018 · 1 comment

Comments

@bigbasti
Copy link

bigbasti commented Aug 8, 2018

The code displayed in the readme.md should also tell to add the plugin dependency:

config.set({
    basePath: '',
    frameworks: ['jasmine', '@angular/cli'],
    plugins: [
      ...
      require('karma-phantomjs-launcher'),
     ...
@Splaktar
Copy link

Splaktar commented Jan 14, 2019

It should be require('karma-junit-reporter'), instead of require('karma-phantomjs-launcher'),.

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