Marked Promise methods as async; const correctness; return reject Promise, if failed.

This commit is contained in:
bradyn
2020-11-15 20:29:28 -06:00
parent bf2f351fa2
commit ef53f9f99c
10 changed files with 2348 additions and 146 deletions

View File

@ -32,7 +32,7 @@
"@types/chai": "^4.1.1",
"@types/mocha": "^2.2.46",
"chai": "^4.1.2",
"mocha": "^5.0.0",
"mocha": "^8.2.1",
"ts-node": "^4.1.0"
}
}