Skip to content

Commit

Permalink
fix: fix noop
Browse files Browse the repository at this point in the history
  • Loading branch information
olalonde committed Sep 19, 2016
1 parent 5a3a28b commit a8538c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
"pump": "^1.0.1",
"string-to-stream": "^1.1.0"
}
}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import test from 'blue-tape'
import str from 'string-to-stream'

const noop = Promise.resolve()
const noop = () => Promise.resolve()

export default ({
setup = noop,
Expand Down

0 comments on commit a8538c0

Please sign in to comment.