mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +00:00
test task
This commit is contained in:
parent
ebe0f0f001
commit
9d7b821df4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
|
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "gulp && mocha",
|
"test": "gulp && mocha && exit 0",
|
||||||
"posttest": "mocha -R travis-cov",
|
"posttest": "mocha -R travis-cov",
|
||||||
"coverage": "mocha -R html-cov > coverage.html",
|
"coverage": "mocha -R html-cov > coverage.html",
|
||||||
"build": "gulp"
|
"build": "gulp"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue