Skip to content

Commit

Permalink
Update scripts for tape.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhahn committed Oct 3, 2014
1 parent 2a22b93 commit 14d8231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -28,8 +28,8 @@
"mapnik-test-data": "http://mapbox-npm.s3.amazonaws.com/package/mapnik-test-data-2.0.3-fece0a9c546074a1479e9eae2333184029bb2279.tgz"
},
"scripts": {
"test": "mocha -R spec",
"coverage": "istanbul cover ./node_modules/.bin/_mocha && coveralls < ./coverage/lcov.info"
"test": "tape test/*.js",
"coverage": "istanbul cover tape test/*.test.js && coveralls < ./coverage/lcov.info"
},
"author": "Carol B. Hansen"
}

0 comments on commit 14d8231

Please sign in to comment.