We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d156865 commit ec216cbCopy full SHA for ec216cb
.travis.yml
@@ -6,4 +6,4 @@ install:
6
- npm i
7
8
script:
9
- - "mocha **/*spec*.js"
+ - npm test
package.json
@@ -3,15 +3,13 @@
3
"version": "0.0.1",
4
"description": "Tools for analyzing GPX data",
5
"main": "app.js",
- "dependencies": {
- "eslint": "^3.8.0"
- },
"devDependencies": {
10
"glob": "^7.1.1",
+ "istanbul": "^0.4.5",
11
"mocha": "^3.1.2"
12
},
13
"scripts": {
14
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec */*/spec.js",
15
"post-instal": "node ./install-all.js"
16
17
"repository": {
0 commit comments