tests: move mocha among devDependencies in package.json

This commit is contained in:
muxator 2018-07-27 22:31:35 +02:00 committed by muxator
parent 1f19b20796
commit 1a4a26fc73
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,6 @@
"languages4translatewiki": "0.1.3",
"log4js": "0.6.35",
"measured": "1.1.0",
"mocha": "5.0.5",
"npm": ">=4.0.2",
"request": "2.83.0",
"resolve": "1.1.7",
@ -63,6 +62,7 @@
"etherpad-lite": "./node/server.js"
},
"devDependencies": {
"mocha": "5.0.5",
"supertest": "3.0.0",
"wd": "1.6.1"
},