@@ -58,11 +58,6 @@ describe("render()", () => {
5858 import { Asset, Entry } from \\"contentful\\"
5959 import { Document } from \\"@contentful/rich-text-types\\"
6060
61- // THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY IT.
62-
63- import { Asset, Entry } from \\"contentful\\"
64- import { Document } from \\"@contentful/rich-text-types\\"
65-
6661 export interface IMyContentTypeFields {
6762 /** Array field */
6863 arrayField: (\\"one\\" | \\"of\\" | \\"the\\" | \\"above\\")[]
@@ -130,11 +125,6 @@ describe("render()", () => {
130125 expect ( await render ( contentTypes , locales , { localization : true } ) ) . toMatchInlineSnapshot ( `
131126 "// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY IT.
132127
133- import { Asset, Entry } from \\"contentful\\"
134- import { Document } from \\"@contentful/rich-text-types\\"
135-
136- // THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY IT.
137-
138128 import { Entry } from \\"contentful\\"
139129 import { Document } from \\"@contentful/rich-text-types\\"
140130
@@ -201,11 +191,6 @@ describe("render()", () => {
201191 import { Document } from \\"@contentful/rich-text-types\\"
202192
203193 declare namespace Codegen {
204- // THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY IT.
205-
206- import { Asset, Entry } from \\"contentful\\"
207- import { Document } from \\"@contentful/rich-text-types\\"
208-
209194 export interface IMyContentTypeFields {
210195 /** Array field */
211196 arrayField: (\\"one\\" | \\"of\\" | \\"the\\" | \\"above\\")[]
0 commit comments