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 4569318 commit 3e5e58dCopy full SHA for 3e5e58d
packages/convex-helpers/server/crud.test.ts
@@ -12,7 +12,6 @@ import { v } from "convex/values";
12
import { internalQueryGeneric, internalMutationGeneric } from "convex/server";
13
import { modules } from "./setup.test.js";
14
import { customCtx, customMutation, customQuery } from "./customFunctions.js";
15
-import { doc } from "../validators.js";
16
17
const ExampleFields = {
18
foo: v.string(),
@@ -358,7 +357,6 @@ test("complex object - partial updates", async () => {
358
357
country: "New Country",
359
});
360
361
-
362
// Update array
363
await t.mutation(complexTestApi.complexUpdate, {
364
id: complexDoc._id,
0 commit comments