Skip to content

Commit

Permalink
Update organizationResolvers.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sancheet230 authored Feb 25, 2025
1 parent c6595cc commit 0c084c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, test, vi } from "vitest";
import "~/src/graphql/types/Organization/organizationResolvers"
import "~/src/graphql/types/Organization/organizationResolvers";

// Mock the required imports to ensure coverage
vi.mock("~/src/graphql/builder", () => ({
Expand Down

0 comments on commit 0c084c0

Please sign in to comment.