Skip to content

Commit

Permalink
Revert "This keeps timing out on travis for some reason"
Browse files Browse the repository at this point in the history
This reverts commit e081eac.
  • Loading branch information
searls committed Jun 18, 2017
1 parent e081eac commit b86de94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unit/index.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = (done) => {
module.exports = () => {
// Creation
const func = td.replace('../src/function').default
const object = td.replace('../src/object').default
Expand Down Expand Up @@ -32,5 +32,4 @@ module.exports = (done) => {
config: config,
version: version
})
done()
}

0 comments on commit b86de94

Please sign in to comment.