We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fb398 commit dcb875eCopy full SHA for dcb875e
readme.md
@@ -276,16 +276,7 @@ This will cause Yeoman-generated client-side files to be placed in `public`.
276
277
## Testing
278
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.
+Running `grunt test` will run the unit tests with karma.
289
290
## Contribute
291
0 commit comments