Skip to content

Commit

Permalink
Canary test clear() (Level/abstract-leveldown#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Aug 18, 2019
1 parent 8f9e024 commit 92a862f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prebuild-alpine": "IMAGE=alpine ./scripts/cross-compile --tag-libc"
},
"dependencies": {
"abstract-leveldown": "~6.0.3",
"abstract-leveldown": "github:Level/abstract-leveldown#clear",
"napi-macros": "~2.0.0",
"node-gyp-build": "~4.1.0"
},
Expand Down
3 changes: 2 additions & 1 deletion test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = suite.common({
test: test,
factory: function () {
return leveldown(tempy.directory())
}
},
clear: true
})

0 comments on commit 92a862f

Please sign in to comment.