Skip to content

Commit 3bd2602

Browse files
committed
test: modify leveldb - memory adapters tests
1 parent fd6fbe2 commit 3bd2602

49 files changed

Lines changed: 10 additions & 649 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/common-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ commonUtils.plugins = function () {
4141
return plugins ? plugins.split(',') : [];
4242
};
4343

44-
var PLUGIN_ADAPTERS = ['indexeddb', 'localstorage', 'memory', 'node-websql', 'nodesqlite'];
44+
var PLUGIN_ADAPTERS = ['indexeddb', 'localstorage', 'node-websql', 'nodesqlite'];
4545

4646
commonUtils.loadPouchDB = function (opts) {
4747
opts = opts || {};
-31.6 KB
Binary file not shown.

tests/integration/leveldb/lateStyle/CURRENT

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/integration/leveldb/lateStyle/LOCK

Whitespace-only changes.

tests/integration/leveldb/lateStyle/LOG

Lines changed: 0 additions & 1 deletion
This file was deleted.
-50 Bytes
Binary file not shown.
-827 Bytes
Binary file not shown.

tests/integration/leveldb/laterStyle/CURRENT

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/integration/leveldb/laterStyle/LOCK

Whitespace-only changes.

tests/integration/leveldb/laterStyle/LOG

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)