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 17, 2019
1 parent b442455 commit 2c57a1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"./immediate.js": "./immediate-browser.js"
},
"dependencies": {
"abstract-leveldown": "~6.0.1",
"abstract-leveldown": "github:Level/abstract-leveldown#clear",
"functional-red-black-tree": "~1.0.1",
"immediate": "~3.2.3",
"inherits": "~2.0.1",
Expand Down
5 changes: 4 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ var testCommon = suite.common({
return memdown()
},

// Unsupported features
// Opt-in to new clear() tests
clear: true,

// Opt-out of unsupported features
createIfMissing: false,
errorIfExists: false,
seek: true
Expand Down

0 comments on commit 2c57a1e

Please sign in to comment.