Skip to content

Commit

Permalink
prueba para .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioplatzer committed Feb 16, 2021
1 parent bd6b1b2 commit 8c84971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -44,10 +44,10 @@
"node": ">= 0.12"
},
"scripts": {
"test": "tsc -p test/ts && mocha --reporter spec --bail --recursive --check-leaks test/**/test*.js",
"test": "tsc -p test/ts && mocha --reporter spec --bail --recursive --check-leaks test/**/tes*.js",
"test-nc": "mocha --reporter spec --bail --check-leaks --no-colors test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "tsc -p test/ts && istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --recursive --check-leaks test/**/test*.js",
"test-cov": "tsc -p test/ts && istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --recursive --check-leaks test/**/tes*.js",
"start": "node example/server.js",
"test-cli": "node server/karma-server.js --karma karma.conf.js --single-run",
"test-cli-h": "node server/karma-server.js --karma karma.conf.js",
Expand Down

0 comments on commit 8c84971

Please sign in to comment.