mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 15:34:29 -07:00
test: Remove debug console.log from Card test and add snapshot.
This commit is contained in:
@@ -58,9 +58,6 @@ describe('Card', () => {
|
||||
|
||||
const output = lastFrame();
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(output);
|
||||
|
||||
expect(output).toMatchSnapshot();
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user