Skip to content

Commit

Permalink
docs(readme): remove outdated testing instructions
Browse files Browse the repository at this point in the history
The testing instructions were really out of date and didn't apply anymore
  • Loading branch information
eddiemonge committed Nov 6, 2013
1 parent 24fb398 commit dcb875e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions readme.md
Expand Up @@ -276,16 +276,7 @@ This will cause Yeoman-generated client-side files to be placed in `public`.

## Testing

For tests to work properly, karma needs the `angular-mocks` bower package.
This script is included in the bower.json in the `devDependencies` section, which will
be available very soon, probably with the next minor release of bower.

While bower `devDependencies` are not yet implemented, you can fix it by running:
```bash
bower install angular-mocks
```

By running `grunt test` you should now be able to run your unit tests with karma.
Running `grunt test` will run the unit tests with karma.

## Contribute

Expand Down

0 comments on commit dcb875e

Please sign in to comment.