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 7c9b55a commit e7c36e6Copy full SHA for e7c36e6
example/convex/example.test.ts
@@ -19,6 +19,8 @@ describe("example", () => {
19
const docs = await ctx.db.query("myTable").collect();
20
expect(docs).toHaveLength(10);
21
expect(docs.some((doc) => doc.optionalField === undefined)).toBe(true);
22
+ });
23
+ await t.run(async (ctx) => {
24
await migrations.runOne(ctx, internal.example.setDefaultValue, {
25
batchSize: 2,
26
dryRun: false,
0 commit comments