mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-16 07:35:45 +01:00
publish README to gh-pages (auto)
branch: master
SHA: d096de8852
range SHA: 5cebe6c2179a...d096de885279
build id: 181956942
build number: 497
This commit is contained in:
parent
cc1812c304
commit
d46ddeb923
1 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[](https://travis-ci.org/koalyptus/TableFilter)
|
||||
[](https://koalyptus.github.io/TableFilter/docs/source)
|
||||
[](https://codecov.io/gh/koalyptus/TableFilter)
|
||||
|
||||
# TableFilter
|
||||
|
||||
|
|
@ -96,19 +97,23 @@ npm run build-all
|
|||
command will create a production build, run the tests and finally generate
|
||||
the demos:
|
||||
|
||||
To run all the tests:
|
||||
To run all the tests and generate the coverage report:
|
||||
|
||||
```shell
|
||||
npm test
|
||||
```
|
||||
|
||||
and to run specific test(s):
|
||||
or to run specific test(s):
|
||||
|
||||
```shell
|
||||
grunt test-only:test.html
|
||||
grunt test-only:test.html,test-sort.html
|
||||
```
|
||||
|
||||
to view the coverage report(s), open the `index.html` under the
|
||||
`report/coverage` folder or
|
||||
[online](https://codecov.io/gh/koalyptus/TableFilter).
|
||||
|
||||
## Demos
|
||||
Check out the online [examples](http://koalyptus.github.io/TableFilter/examples)
|
||||
or generate the demos locally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue