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

fix: make tests consistent across js-ipfs/go-ipfs #158

Merged
merged 4 commits into from
Oct 18, 2017

Conversation

dryajov
Copy link
Contributor

@dryajov dryajov commented Oct 18, 2017

No description provided.

@ghost ghost assigned dryajov Oct 18, 2017
@ghost ghost added the in progress label Oct 18, 2017
src/files.js Outdated
@@ -130,10 +130,10 @@ module.exports = (common) => {
let progress = 0
const handler = (p) => {
progCount += 1
progress += p
progress = p
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to accumProgress so that it is clear what it is measuring

@daviddias daviddias merged commit a5a4c37 into master Oct 18, 2017
@ghost ghost removed the in progress label Oct 18, 2017
@daviddias daviddias deleted the feat/progress-bar branch October 18, 2017 13:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants