Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Change reference to karma-cli in README #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ set to "true" by default as this will be the most common use case in the context

### Using a local karma installation

By default, the plugin assumes that karma is installed globally via `npm install -g karma`. However, if you prefer to use a locally installed karma you can do so by telling the plugin where to find it with the `karmaExecutable` configuration property; e.g. `${basedir}/node_modules/.bin/karma`. (See the full example pom configuration above.)
By default, the plugin assumes that karma is installed globally via `npm install -g karma-cli`. However, if you prefer to use a locally installed karma you can do so by telling the plugin where to find it with the `karmaExecutable` configuration property; e.g. `${basedir}/node_modules/.bin/karma`. (See the full example pom configuration above.)

## Contributing

Expand Down