This commit is contained in:
Homsek
2023-11-10 09:39:29 +03:00
parent 3e1c549cbc
commit 49f06c2f53
3 changed files with 54 additions and 0 deletions

10
MOCHA/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "testapp",
"version": "1.0.0",
"scripts": {
"test": "mocha *.test.js"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}