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 c75f86b commit cea47ecCopy full SHA for cea47ec
packages/vertexai/test-utils/convert-mocks.ts
@@ -38,7 +38,7 @@ const mockDirs: Record<BackendName, string> = {
38
* Generates a JS file that exports maps from filenames to JSON mock responses (as strings)
39
* for each backend.
40
*
41
- * This allows tests that run in a browser to access the mock responses without having to
+ * This allows tests that run in a browser to access the mock responses without having to
42
* read from local disk and requiring 'fs'.
43
*/
44
function generateMockLookupFile(): void {
0 commit comments