Skip to content

Commit e87ca92

Browse files
DominicKramerJustinBeckwith
authored andcommitted
fix: sys tests use async/await to allow a fix (#253)
1 parent fb943b2 commit e87ca92

3 files changed

Lines changed: 187 additions & 154 deletions

File tree

handwritten/error-reporting/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"@types/proxyquire": "^1.3.28",
7474
"@types/request": "^2.47.1",
7575
"@types/restify": "^7.2.0",
76+
"@types/uuid": "^3.4.4",
7677
"body-parser": "^1.18.3",
7778
"boom": "^7.2.0",
7879
"codecov": "^3.0.2",
@@ -106,6 +107,7 @@
106107
"proxyquire": "^2.0.1",
107108
"restify": "^7.2.0",
108109
"source-map-support": "^0.5.9",
109-
"typescript": "~3.1.0"
110+
"typescript": "~3.1.0",
111+
"uuid": "^3.3.2"
110112
}
111113
}

0 commit comments

Comments
 (0)