We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8341def commit 0a7c01dCopy full SHA for 0a7c01d
1 file changed
test/test-test.js
@@ -1,6 +1,6 @@
1
const sinon = require('sinon')
2
3
-describe.only('Travis debug test', function () {
+describe.only('Travis debug test', () => {
4
beforeEach(() => {
5
sinon.stub(global, 'fetch').callsFake(() => Promise.resolve())
6
console.log('Stubbed fetch? ', fetch, !!fetch.restore)
0 commit comments