mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-27 12:50:47 +03:00
lint & fix tests
This commit is contained in:
@@ -165,7 +165,7 @@ describe('getUserInfo', () => {
|
||||
const data = await res.json();
|
||||
for (const value in data) {
|
||||
if (data[value] === null && value !== "lastSegmentID") {
|
||||
done(`returned null for ${value}`)
|
||||
done(`returned null for ${value}`);
|
||||
}
|
||||
}
|
||||
done(); // pass
|
||||
|
||||
Reference in New Issue
Block a user