From a80be7c95f7c94d854bf108f73450d6242ac574a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= Date: Sat, 1 Jul 2023 18:57:33 -0400 Subject: [PATCH] chore: removed console log from specs --- test/fetch-api/api.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/fetch-api/api.spec.ts b/test/fetch-api/api.spec.ts index e719530..d451b9b 100644 --- a/test/fetch-api/api.spec.ts +++ b/test/fetch-api/api.spec.ts @@ -10,7 +10,6 @@ declare var expect: Chai.ExpectStatic; function addFetchSuite () { describe('fetch', () => { it('should be defined', () => { - console.log('test') expect(fetch).to.be.a('function') })