[backend][nodejs] Add mocha module

This commit is contained in:
koeberlue
2021-04-05 13:30:26 +02:00
parent 353822d6b1
commit 667e23c227
2 changed files with 765 additions and 1 deletions

View File

@@ -8,5 +8,8 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"mocha": "^8.3.2"
}
}