[Pkg-javascript-commits] [node-leveldown] 384/492: use new abstract-leveldown test
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit bf1108f599809cca073662c5768aaf0cdcbb368d
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date: Thu Aug 15 22:39:39 2013 +0100
use new abstract-leveldown test
---
test/ranges-test.js | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/test/ranges-test.js b/test/ranges-test.js
new file mode 100644
index 0000000..59742d4
--- /dev/null
+++ b/test/ranges-test.js
@@ -0,0 +1,7 @@
+const test = require('tap').test
+ , testCommon = require('abstract-leveldown/testCommon')
+ , leveldown = require('../')
+ , abstract = require('abstract-leveldown/abstract/ranges-test')
+
+if (require.main === module)
+ abstract.all(leveldown, test, testCommon)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list