Skip to content

Commit 9960afa

Browse files
committed
Fix test-karma commands.
1 parent d158ce4 commit 9960afa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ the `JSONLD_TESTS` environment var:
333333

334334
Browser testing can be done with Karma:
335335

336-
npm test-karma
337-
npm test-karma -- --browsers Firefox,Chrome
336+
npm run test-karma
337+
npm run test-karma -- --browsers Firefox,Chrome
338338

339339
Code coverage of node tests can be generated in `coverage/`:
340340

@@ -361,7 +361,7 @@ To generate earl reports:
361361
EARL=earl-node.jsonld npm test
362362

363363
# generate the earl report for the browser
364-
EARL=earl-firefox.jsonld npm test-karma -- --browser Firefox
364+
EARL=earl-firefox.jsonld npm run test-karma -- --browser Firefox
365365

366366
[Digital Bazaar]: http://digitalbazaar.com/
367367
[JSON-LD]: http://json-ld.org/

0 commit comments

Comments
 (0)