Skip to content

Commit dcb875e

Browse files
committed
docs(readme): remove outdated testing instructions
The testing instructions were really out of date and didn't apply anymore
1 parent 24fb398 commit dcb875e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

readme.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -276,16 +276,7 @@ This will cause Yeoman-generated client-side files to be placed in `public`.
276276

277277
## Testing
278278

279-
For tests to work properly, karma needs the `angular-mocks` bower package.
280-
This script is included in the bower.json in the `devDependencies` section, which will
281-
be available very soon, probably with the next minor release of bower.
282-
283-
While bower `devDependencies` are not yet implemented, you can fix it by running:
284-
```bash
285-
bower install angular-mocks
286-
```
287-
288-
By running `grunt test` you should now be able to run your unit tests with karma.
279+
Running `grunt test` will run the unit tests with karma.
289280

290281
## Contribute
291282

0 commit comments

Comments
 (0)