Browse Source

fix test script

http2
Vsevolod Strukchinsky 9 years ago
parent
commit
a1f835d18b
  1. 2
      package.json

2
package.json

@ -23,7 +23,7 @@
"unzip-response": false
},
"scripts": {
"test": "xo && ava",
"test": "xo && nyc ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"files": [

Loading…
Cancel
Save