We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ebe53 commit 4095633Copy full SHA for 4095633
README.md
@@ -428,9 +428,17 @@ expect( resultsAll[ 3 ].percentageChange ).toBe( 0 );
428
How to Test
429
=====
430
431
-- Run `grunt test`.
432
-- Run `grunt server` and visit `http://0.0.0.0:8888/spec/`
433
-- Run `grunt coverage` and then `grunt server` and visit `http://0.0.0.0:8888/coverage/`
+Tests can be run via CLI using Jasmine or in the browser.
+
+- Run `grunt test` to test in the CLI.
434
+- Run `grunt server` and visit `http://0.0.0.0:8888/spec/` in your browser to run in browser.
435
436
437
+How to Test Code Coverage
438
+====
439
440
+- Run `grunt coverage`
441
+- Run `grunt server` and visit `http://0.0.0.0:8888/coverage/jasmine/`
442
443
444
0 commit comments