Ajout du premier test IndexController => A toi de jouer floflo

This commit is contained in:
Neeko
2020-07-02 15:18:27 +02:00
parent 7e6b55c1cb
commit edc96ab216
5 changed files with 344 additions and 72 deletions

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha"
"test": "mocha --recursive --watch"
},
"dependencies": {
"cookie-parser": "~1.4.4",
@ -15,7 +15,9 @@
"pug": "2.0.0-beta11"
},
"devDependencies": {
"assert": "^2.0.0",
"mocha": "^8.0.1",
"nodemon": "^2.0.4"
"nodemon": "^2.0.4",
"prettier": "2.0.5"
}
}