Switch to tape.

This commit is contained in:
Young Hahn
2014-09-30 12:05:49 -04:00
parent e44cd8b3ef
commit 30a9c23ff7
8 changed files with 97 additions and 129 deletions
+2 -2
View File
@@ -28,12 +28,12 @@
"sphericalmercator": "~1.0.1"
},
"devDependencies": {
"mocha": "~1.8.2"
"tape": "~3.0.0"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
"test": "tape test/*.js"
}
}