We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70df14a commit 5cfdb3cCopy full SHA for 5cfdb3c
packages/ai/__tests__/test-utils/convert-mocks.ts
@@ -53,9 +53,10 @@ async function main(): Promise<void> {
53
backendLookup[fileName] = fullText;
54
}
55
56
- let fileText = `// Generated from mocks text files.`;
+ let fileText = `// Generated from mocks text files. Do not edit.`;
57
58
fileText += '\n\n';
59
+ fileText += `// @ts-nocheck\n`;
60
fileText += `export const mocksLookup: Record<string, string> = ${JSON.stringify(
61
lookup,
62
null,
0 commit comments