mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-16 08:26:59 +03:00
Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer
This commit is contained in:
@@ -168,7 +168,7 @@ describe("setUsername", () => {
|
||||
assert.strictEqual(usernameInfo.locked, 1, "username should be locked");
|
||||
done();
|
||||
})
|
||||
.catch(() => done(`couldn't call endpoint`));
|
||||
.catch((err) => done(`couldn't call endpoint: ${err}`));
|
||||
});
|
||||
|
||||
it("Should filter out unicode control characters", (done: Done) => {
|
||||
|
||||
Reference in New Issue
Block a user