added 5 more unit tests

This commit is contained in:
Atharva Mulmuley
2021-06-03 22:24:55 +05:30
parent a0d0dab6ce
commit 2109830fcc
5 changed files with 1204 additions and 1269 deletions

View File

@@ -22,10 +22,10 @@
"js-yaml": "^3.13.1"
},
"devDependencies": {
"@types/node": "^12.0.4",
"typescript": "3.9.2",
"jest": "^26.0.1",
"@types/jest": "^25.2.2",
"ts-jest": "^25.5.1"
"@types/node": "^12.0.4",
"jest": "^26.6.3",
"ts-jest": "^25.5.1",
"typescript": "3.9.2"
}
}