]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - package.json
fix wrong css value
[perso/Immae/Projets/Nodejs/Surfer.git] / package.json
index 7fc8b9afddd66138419b9cfb037423e71f208930..c9ce1e436642aca33a8580ab555a4987e329514e 100644 (file)
@@ -4,7 +4,7 @@
   "description": "Simple file server",
   "main": "app.js",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "test": "./node_modules/mocha/bin/_mocha -R spec ./test"
   },
   "keywords": [
     "file",
@@ -30,7 +30,6 @@
     "cookie-parser": "^1.4.1",
     "debug": "^2.2.0",
     "del": "^2.2.0",
-    "ejs": "^2.4.1",
     "express": "^4.13.4",
     "express-session": "^1.13.0",
     "mkdirp": "^0.5.1",
   },
   "devDependencies": {
     "expect.js": "^0.3.1",
-    "mocha": "^2.3.4",
-    "rimraf": "^2.4.4"
+    "mocha": "^2.4.5",
+    "selenium-server-standalone-jar": "^2.52.0",
+    "selenium-webdriver": "^2.52.0"
+  },
+  "scripts": {
+    "test": "./node_modules/mocha/bin/_mocha -R spec ./test/test.js"
   }
 }