add getStatus and cases

This commit is contained in:
Michael C
2021-09-01 16:52:41 -04:00
parent d6a986d6cf
commit e12724af15
6 changed files with 58 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ async function init() {
: "sqlite";
Logger.info(`Database Mode: ${dbMode}`);
// set commit at headCommit
(global as any).HEADCOMMIT = "test";
// Instantiate a Mocha instance.
const mocha = new Mocha();