mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Updated readme.md for document list
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# Document List Component for Angular 2
|
# Document List Component for Angular 2
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href='https://raw.githubusercontent.com/Alfresco/dev-platform-webcomponents/master/ng2-components/ng2-alfresco-upload/LICENSE'>
|
<a href='https://raw.githubusercontent.com/Alfresco/dev-platform-webcomponents/master/ng2-components/ng2-alfresco-upload/LICENSE'>
|
||||||
<img src='https://img.shields.io/hexpm/l/plug.svg' alt='license' />
|
<img src='https://img.shields.io/hexpm/l/plug.svg' alt='license' />
|
||||||
@@ -7,6 +8,7 @@
|
|||||||
<img src='https://img.shields.io/badge/style-component-green.svg?label=alfresco' alt='my blog' />
|
<img src='https://img.shields.io/badge/style-component-green.svg?label=alfresco' alt='my blog' />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -449,14 +451,15 @@ npm run build
|
|||||||
|
|
||||||
## Running unit tests
|
## Running unit tests
|
||||||
|
|
||||||
You can run test with the
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm test
|
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
|
```sh
|
||||||
npm run test:w
|
npm run coverage
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user