1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-30 09:10:42 +02:00

add language presets and persistent adapter types to index.d.ts

This commit is contained in:
Thomas Wilkerling
2025-05-06 10:22:50 +02:00
parent 58c1a09cfd
commit 94fe3aa5a0
2 changed files with 77 additions and 33 deletions

View File

@@ -57,7 +57,7 @@ if(!build_light) describe("Add (Async)", function(){
if(duration) break;
}
expect(duration).to.closeTo(0, 3);
expect(duration).to.closeTo(0, 4);
for(let i = 0; i < 999999999; i++){
await index.addAsync(i, "foo");