Switch tests to mocha.

This commit is contained in:
Young Hahn
2013-07-12 04:22:00 -04:00
parent feeb49ac30
commit 4cf1dcc173
8 changed files with 303 additions and 551 deletions

View File

@@ -36,12 +36,12 @@
"sphericalmercator": "~1.0.1"
},
"devDependencies": {
"expresso": "~0.9.0"
"mocha": "~1.8.2"
},
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "expresso"
"test": "mocha"
}
}