Skip to content

Commit 050ad29

Browse files
committed
import explicitly - not sure why vitest globals aren't working
1 parent 74afc7c commit 050ad29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/convex-helpers/server/validators.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ import {
3737
internalQueryGeneric,
3838
} from "convex/server";
3939
import type { Infer, ObjectType } from "convex/values";
40-
import { assertType, expect, test } from "vitest";
40+
import { assertType, describe, expect, test } from "vitest";
4141
import { modules } from "./setup.test.js";
4242
import { getOrThrow } from "convex-helpers/server/relationships";
4343
import { validate } from "../validators.js";
44+
import { fail } from "assert";
4445

4546
export const testLiterals = internalQueryGeneric({
4647
args: {

0 commit comments

Comments
 (0)