Skip to content

Commit

Permalink
Merge branch 'fragments' into validation
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey committed Dec 22, 2023
2 parents ee2a354 + 96e6f07 commit 4b6d2af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/groq-builder/src/commands/fragment.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { describe, it, expect } from "vitest";
import { SanitySchema, SchemaConfig } from "../tests/schemas/nextjs-sanity-fe";
import { expectType } from "../tests/expectType";
import { InferResultType } from "../types/public-types";
import { InferFragmentType, InferResultType } from "../types/public-types";
import { createGroqBuilder } from "../index";
import { TypeMismatchError } from "../types/utils";
import { InferFragmentType } from "./fragment";

const q = createGroqBuilder<SchemaConfig>();

Expand Down

0 comments on commit 4b6d2af

Please sign in to comment.