Added tests

This commit is contained in:
Unmesh Gundecha
2021-02-21 12:06:03 +08:00
parent c9e1449683
commit 31d5a66084
6 changed files with 864 additions and 1 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "howtheysre",
"version": "1.0.0",
"description": "How They SRE",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upgundecha/howtheysre.git"
},
"author": "upgundecha",
"license": "ISC",
"bugs": {
"url": "https://github.com/upgundecha/howtheysre/issues"
},
"homepage": "https://github.com/upgundecha/howtheysre#readme",
"devDependencies": {
"chai": "^4.3.0",
"mocha": "^8.3.0"
}
}