From 1d8c8c8e9cefa58449f7abb2481d9396fe37ba20 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 6 Apr 2021 10:45:06 +0200 Subject: [PATCH] Removed console log ref #190 --- src/tests/stats/stats_get.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/stats/stats_get.spec.ts b/src/tests/stats/stats_get.spec.ts index 8dbe095..2425f4a 100644 --- a/src/tests/stats/stats_get.spec.ts +++ b/src/tests/stats/stats_get.spec.ts @@ -52,7 +52,6 @@ describe('GET /api/stats/runners/* should return 200', () => { }); it('get by donations w/ auth should return 200', async () => { const res = await axios.get(base + '/api/stats/runners/donations', axios_config_stats); - console.log(res.data) expect(res.status).toEqual(200); expect(res.headers['content-type']).toContain("application/json"); });