We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ec83b commit 79db466Copy full SHA for 79db466
1 file changed
packages/db/tests/query/indexes.test.ts
@@ -235,12 +235,8 @@ function createTestItemCollection(autoIndex: `off` | `eager` = `off`) {
235
getKey: (item) => item.id,
236
initialData: testData,
237
autoIndex,
238
-<<<<<<< HEAD
239
- }),
240
-=======
241
defaultIndexType: BTreeIndex,
242
})
243
->>>>>>> 6df29a21 (refactor(db): simplify indexing with BasicIndex and explicit defaultIndexType)
244
)
245
}
246
0 commit comments