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

Commit 19c70d5

Browse files
committed
fix: fix broken stats test
One test broke due to c4934ca [1]. If promises are used, you needn't pass `done` as parameter of the callback in. [1]: c4934ca#diff-0a6449ecfa8b9e3d807f53dde24eca71R66
1 parent 81f0696 commit 19c70d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/stats.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = (common) => {
6363
})
6464
})
6565

66-
it('.bw Promise', function (done) {
66+
it('.bw Promise', function () {
6767
if (!withGo) {
6868
console.log('Not supported in js-ipfs yet')
6969
this.skip()

0 commit comments

Comments
 (0)