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 90dbb32 commit bbcf41aCopy full SHA for bbcf41a
src/component/lib.test.ts
@@ -249,16 +249,19 @@ describe("prosemirror lib", () => {
249
id,
250
version: 1,
251
content: "content",
252
+ pruneSnapshots: true,
253
});
254
await t.mutation(api.lib.submitSnapshot, {
255
256
version: 2,
257
content: "content2",
258
259
260
261
262
version: 3,
263
content: "content3",
264
265
266
const { content, version } = await t.query(api.lib.getSnapshot, {
267
0 commit comments