From bb630efc371ea671b19851f7eeae9282f7437c22 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 16 May 2016 14:42:51 +0100 Subject: [PATCH] Updated readme.md for document list --- ng2-components/ng2-alfresco-documentlist/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ng2-components/ng2-alfresco-documentlist/README.md b/ng2-components/ng2-alfresco-documentlist/README.md index bb38acfb84..bb1db9b222 100644 --- a/ng2-components/ng2-alfresco-documentlist/README.md +++ b/ng2-components/ng2-alfresco-documentlist/README.md @@ -1,4 +1,5 @@ # Document List Component for Angular 2 +

license @@ -7,6 +8,7 @@ my blog

+ ## Install ```sh @@ -449,14 +451,15 @@ npm run build ## Running unit tests -You can run test with the - ```sh npm test ``` -or alternatively if you want to enable watchers and live reload: +This task rebuilds all the code, runs tslint, license checks and other quality check tools +before performing unit testing. + +## Code coverage ```sh -npm run test:w +npm run coverage ```