We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b19bbd commit a80be7cCopy full SHA for a80be7c
test/fetch-api/api.spec.ts
@@ -10,7 +10,6 @@ declare var expect: Chai.ExpectStatic;
10
function addFetchSuite () {
11
describe('fetch', () => {
12
it('should be defined', () => {
13
- console.log('test')
14
expect(fetch).to.be.a('function')
15
})
16
0 commit comments