mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-29 05:40:49 +03:00
remove extra console.log lines
This commit is contained in:
@@ -79,7 +79,6 @@ describe("getStatus", () => {
|
||||
it("Should be able to get loadavg only", (done) => {
|
||||
client.get(`${endpoint}/loadavg`)
|
||||
.then(res => {
|
||||
console.log(res.data);
|
||||
assert.strictEqual(res.status, 200);
|
||||
assert.ok(Number(res.data[0]) >= 0);
|
||||
assert.ok(Number(res.data[1]) >= 0);
|
||||
|
||||
Reference in New Issue
Block a user