@@ -58,11 +58,6 @@ describe("render()", () => {
58
58
import { Asset, Entry } from \\"contentful\\"
59
59
import { Document } from \\"@contentful/rich-text-types\\"
60
60
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
-
66
61
export interface IMyContentTypeFields {
67
62
/** Array field */
68
63
arrayField: (\\"one\\" | \\"of\\" | \\"the\\" | \\"above\\")[]
@@ -130,11 +125,6 @@ describe("render()", () => {
130
125
expect ( await render ( contentTypes , locales , { localization : true } ) ) . toMatchInlineSnapshot ( `
131
126
"// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY IT.
132
127
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
-
138
128
import { Entry } from \\"contentful\\"
139
129
import { Document } from \\"@contentful/rich-text-types\\"
140
130
@@ -201,11 +191,6 @@ describe("render()", () => {
201
191
import { Document } from \\"@contentful/rich-text-types\\"
202
192
203
193
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
-
209
194
export interface IMyContentTypeFields {
210
195
/** Array field */
211
196
arrayField: (\\"one\\" | \\"of\\" | \\"the\\" | \\"above\\")[]
0 commit comments