mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 20:47:02 +03:00
add getStatus and cases
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user