This commit is contained in:
Daria
2023-11-10 10:10:42 +03:00
parent 0956275ec4
commit ddc8ccff72
21 changed files with 980 additions and 10 deletions

11
3/package.json Normal file
View File

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