Add first batch of tests

This commit is contained in:
Petr Sloup
2016-03-09 11:26:02 +01:00
parent 7ca7fc721f
commit 77755b548b
5 changed files with 79 additions and 0 deletions
+8
View File
@@ -10,6 +10,9 @@
"type": "git",
"url": "https://github.com/klokantech/tileserver-gl.git"
},
"scripts": {
"test": "mocha test/**.js"
},
"dependencies": {
"async": "1.5.2",
"advanced-pool": "0.3.1",
@@ -23,5 +26,10 @@
"request": "2.69.0",
"sharp": "0.13.1",
"sphericalmercator": "1.0.4"
},
"devDependencies": {
"should": "^8.2.2",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}