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

fix: fix broken stats test #236

Merged
merged 1 commit into from
Mar 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions js/src/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,8 @@ module.exports = (common) => {
})
})

describe('.lsPullStream', function (done) {
before((done) => {
describe('.lsPullStream', () => {
before(function (done) {
// TODO: https://github.com/ipfs/js-ipfs-api/issues/339
if (!isNode) { this.skip() }

Expand Down
2 changes: 1 addition & 1 deletion js/src/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = (common) => {
})
})

it('.bw Promise', function (done) {
it('.bw Promise', function () {
if (!withGo) {
console.log('Not supported in js-ipfs yet')
this.skip()
Expand Down