Skip to content

Commit c2dc593

Browse files
committed
fix(cli): test
1 parent 98273e5 commit c2dc593

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

genkit-tools/cli/tests/utils/updates_test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jest.mock('colorette', () => ({
5656
green: (text: string) => text,
5757
bold: (text: string) => text,
5858
dim: (text: string) => text,
59+
gray: (text: string) => text,
60+
cyan: (text: string) => text,
5961
}));
6062

6163
jest.mock('os', () => ({

0 commit comments

Comments
 (0)