mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
print error in tests
This commit is contained in:
parent
f24c962785
commit
fa901add35
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue