@@ -204,95 +204,95 @@ describe('typescript-plugin - metadata - warn-no-type', () => {
204204 {
205205 "code": 71008,
206206 "length": 16,
207- "messageText": "The "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
207+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
208208 "start": 119,
209209 },
210210 ],
211211 "app/warn-no-type/generate-metadata/no-type/export-inline-async-arrow-function/page.tsx": [
212212 {
213213 "code": 71008,
214214 "length": 16,
215- "messageText": "The "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
215+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
216216 "start": 77,
217217 },
218218 ],
219219 "app/warn-no-type/generate-metadata/no-type/export-inline-async-function-expression/layout.tsx": [
220220 {
221221 "code": 71008,
222222 "length": 16,
223- "messageText": "The "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
223+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
224224 "start": 119,
225225 },
226226 ],
227227 "app/warn-no-type/generate-metadata/no-type/export-inline-async-function-expression/page.tsx": [
228228 {
229229 "code": 71008,
230230 "length": 16,
231- "messageText": "The "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
231+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
232232 "start": 77,
233233 },
234234 ],
235235 "app/warn-no-type/generate-metadata/no-type/export-inline-async-function/layout.tsx": [
236236 {
237237 "code": 71008,
238238 "length": 16,
239- "messageText": "The "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
239+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
240240 "start": 128,
241241 },
242242 ],
243243 "app/warn-no-type/generate-metadata/no-type/export-inline-async-function/page.tsx": [
244244 {
245245 "code": 71008,
246246 "length": 16,
247- "messageText": "The "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
247+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Promise<Metadata>" from "next".",
248248 "start": 86,
249249 },
250250 ],
251251 "app/warn-no-type/generate-metadata/no-type/export-inline-sync-arrow-function/layout.tsx": [
252252 {
253253 "code": 71008,
254254 "length": 16,
255- "messageText": "The "generateMetadata" export should have a return type of "Metadata" from "next".",
255+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Metadata" from "next".",
256256 "start": 119,
257257 },
258258 ],
259259 "app/warn-no-type/generate-metadata/no-type/export-inline-sync-arrow-function/page.tsx": [
260260 {
261261 "code": 71008,
262262 "length": 16,
263- "messageText": "The "generateMetadata" export should have a return type of "Metadata" from "next".",
263+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Metadata" from "next".",
264264 "start": 77,
265265 },
266266 ],
267267 "app/warn-no-type/generate-metadata/no-type/export-inline-sync-function-expression/layout.tsx": [
268268 {
269269 "code": 71008,
270270 "length": 16,
271- "messageText": "The "generateMetadata" export should have a return type of "Metadata" from "next".",
271+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Metadata" from "next".",
272272 "start": 119,
273273 },
274274 ],
275275 "app/warn-no-type/generate-metadata/no-type/export-inline-sync-function-expression/page.tsx": [
276276 {
277277 "code": 71008,
278278 "length": 16,
279- "messageText": "The "generateMetadata" export should have a return type of "Metadata" from "next".",
279+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Metadata" from "next".",
280280 "start": 77,
281281 },
282282 ],
283283 "app/warn-no-type/generate-metadata/no-type/export-inline-sync-function/layout.tsx": [
284284 {
285285 "code": 71008,
286286 "length": 16,
287- "messageText": "The "generateMetadata" export should have a return type of "Metadata" from "next".",
287+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Metadata" from "next".",
288288 "start": 122,
289289 },
290290 ],
291291 "app/warn-no-type/generate-metadata/no-type/export-inline-sync-function/page.tsx": [
292292 {
293293 "code": 71008,
294294 "length": 16,
295- "messageText": "The "generateMetadata" export should have a return type of "Metadata" from "next".",
295+ "messageText": "The Next.js "generateMetadata" export should have a return type of "Metadata" from "next".",
296296 "start": 80,
297297 },
298298 ],
0 commit comments