Skip to content

Commit

Permalink
Update userList.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sancheet230 authored Feb 12, 2025
1 parent c087a06 commit 46833af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graphql/types/userList.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type GraphQLSchema, execute, parse, GraphQLError } from "graphql"; // Import GraphQLError
import { type GraphQLSchema, execute, parse } from "graphql"; // Removed GraphQLError since it's unused
import { beforeEach, describe, expect, it, vi } from "vitest";
import { builder } from "~/src/graphql/builder";
import "~/src/graphql/schema"; // Ensure schema definitions are loaded
Expand Down

0 comments on commit 46833af

Please sign in to comment.