Skip to content

Commit a80be7c

Browse files
committed
chore: removed console log from specs
1 parent 5b19bbd commit a80be7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/fetch-api/api.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ declare var expect: Chai.ExpectStatic;
1010
function addFetchSuite () {
1111
describe('fetch', () => {
1212
it('should be defined', () => {
13-
console.log('test')
1413
expect(fetch).to.be.a('function')
1514
})
1615

0 commit comments

Comments
 (0)