mirror of
https://github.com/Aviortheking/IMIE_CQ.git
synced 2025-07-16 08:59:51 +00:00
Ajout du premier test IndexController => A toi de jouer floflo
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user