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 ```