added nock

This commit is contained in:
Alif Rachmawadi
2019-08-16 18:30:30 +07:00
parent 39e54cc1e6
commit fc54c01d84
2 changed files with 116 additions and 0 deletions

View File

@@ -31,12 +31,14 @@
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/nock": "^10.0.3",
"@types/node": "^12.0.4",
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.5",
"husky": "^3.0.0",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"nock": "^10.0.6",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"