Skip to content

Commit

Permalink
chore: removed console log from specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 1, 2023
1 parent 5b19bbd commit a80be7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/fetch-api/api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})

Expand Down

0 comments on commit a80be7c

Please sign in to comment.