Manual load more

This commit is contained in:
2023-07-23 23:19:26 +01:00
parent b1f93c9fd8
commit 63454728f8
18 changed files with 70 additions and 110 deletions

View File

@ -1,9 +1,9 @@
import { Connection } from "../src";
import { describe, expect } from "@jest/globals";
import { Query } from "../src/Query";
import { Query } from "../src/query";
import { getRandomValues } from "crypto";
import { FlatNoteStore } from "../src/NoteCollection";
import { RequestStrategy } from "../src/RequestBuilder";
import { FlatNoteStore } from "../src/note-collection";
import { RequestStrategy } from "../src/request-builder";
window.crypto = {} as any;
window.crypto.getRandomValues = getRandomValues as any;