Skip to content

Commit 09738e8

Browse files
committed
test(ai): remove unused import
1 parent ae67216 commit 09738e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ai/src/mocking/__tests__/GrowingSchema.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { gql } from "@apollo/client";
22
import { GrowingSchema } from "../GrowingSchema.js";
33
import { GraphQLError } from "graphql";
4-
import { first } from "rxjs";
54

65
describe("GrowingSchema", () => {
76
it("creates a base schema when instantiated", () => {

0 commit comments

Comments
 (0)