Skip to content

Commit

Permalink
Use suite.common() in test/common.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja authored and vweevers committed Sep 22, 2018
1 parent 5745555 commit 7b0f6d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/common.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
const test = require('tape')
const tempy = require('tempy')
const leveldown = require('..')
const suite = require('abstract-leveldown/test')

module.exports = require('abstract-leveldown/test/common')({
module.exports = suite.common({
test: test,
factory: function () {
return leveldown(tempy.directory())
Expand Down

0 comments on commit 7b0f6d9

Please sign in to comment.