We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624b4b8 commit ab59a93Copy full SHA for ab59a93
test/index.test.js
@@ -881,7 +881,7 @@ describe('lmdb-js', function () {
881
should.equal(db2.doesExist(false, 3), true);
882
should.equal(db2.doesExist(false, 4), false);
883
});
884
- it.skip('should iterate over keys without duplicates', async function () {
+ it('should iterate over keys without duplicates', async function () {
885
let lastKey;
886
for (let key of db2.getKeys({ start: 'k' })) {
887
if (key == lastKey) throw new Error('duplicate key returned');
0 commit comments