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 6e2bef0 commit 1da4b63Copy full SHA for 1da4b63
README.md
@@ -62,8 +62,13 @@ Test and code coverage:
62
$ npm test
63
```
64
65
-You can also see the code coverage at [http://localhost:8080/lcov-report/](http://localhost:8080/lcov-report/).
+Also code coverage in the browser:
66
67
+```
68
+cd coverage/lcov-report
69
+http-server
70
+open http://localhost:8080
71
72
73
## Todo
74
* replace Reflux with [nuclear-js](https://github.com/optimizely/nuclear-js)
0 commit comments