test: Remove debug console.log from Card test and add snapshot.

This commit is contained in:
Mark McLaughlin
2026-02-05 11:09:08 -08:00
parent 5dfcab609a
commit a1ff30b6fe
2 changed files with 38 additions and 3 deletions
@@ -58,9 +58,6 @@ describe('Card', () => {
const output = lastFrame();
// eslint-disable-next-line no-console
console.log(output);
expect(output).toMatchSnapshot();
},
);