Skip to content

Commit 4095633

Browse files
committed
Working on readme
1 parent 87ebe53 commit 4095633

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,17 @@ expect( resultsAll[ 3 ].percentageChange ).toBe( 0 );
428428
How to Test
429429
=====
430430

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/`
431+
Tests can be run via CLI using Jasmine or in the browser.
432+
433+
- 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/`
434442

435443

436444

0 commit comments

Comments
 (0)