Skip to content

Commit 0a7c01d

Browse files
committed
Debug travis test issues
1 parent 8341def commit 0a7c01d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const sinon = require('sinon')
22

3-
describe.only('Travis debug test', function () {
3+
describe.only('Travis debug test', () => {
44
beforeEach(() => {
55
sinon.stub(global, 'fetch').callsFake(() => Promise.resolve())
66
console.log('Stubbed fetch? ', fetch, !!fetch.restore)

0 commit comments

Comments
 (0)