Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 5c79387

Browse files
committed
fix(tests): arrow to function
1 parent 3d27d17 commit 5c79387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = (common) => {
1111
describe('.object', () => {
1212
let ipfs
1313

14-
before((done) => {
14+
before(function (done) {
1515
// CI is slow
1616
this.timeout(20 * 1000)
1717

0 commit comments

Comments
 (0)