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 7c32d39 commit f195d99Copy full SHA for f195d99
test/sublevel-test.js
@@ -147,7 +147,7 @@ exports.all = function (test, testCommon) {
147
148
for (const deferred of [false, true]) {
149
for (const keyEncoding of ['buffer', 'view']) {
150
- if (!testCommon.supports.encodings[keyEncoding]) return
+ if (!testCommon.supports.encodings[keyEncoding]) continue
151
152
// NOTE: adapted from subleveldown. See https://github.com/Level/subleveldown/issues/87
153
test(`iterate sublevel keys with bytes above 196 (${keyEncoding}, deferred: ${deferred})`, async function (t) {
0 commit comments