Skip to content

Commit cea47ec

Browse files
committed
format
1 parent c75f86b commit cea47ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vertexai/test-utils/convert-mocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const mockDirs: Record<BackendName, string> = {
3838
* Generates a JS file that exports maps from filenames to JSON mock responses (as strings)
3939
* for each backend.
4040
*
41-
* This allows tests that run in a browser to access the mock responses without having to
41+
* This allows tests that run in a browser to access the mock responses without having to
4242
* read from local disk and requiring 'fs'.
4343
*/
4444
function generateMockLookupFile(): void {

0 commit comments

Comments
 (0)