mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-16 13:00:39 -07:00
15 lines
843 B
Plaintext
15 lines
843 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`Table > should render headers and data correctly 1`] = `
|
|
"ID Name
|
|
────────────────────────────────────────────────────────────────────────────────────────────────────
|
|
1 Alice
|
|
2 Bob"
|
|
`;
|
|
|
|
exports[`Table > should support custom cell rendering 1`] = `
|
|
"Value
|
|
────────────────────────────────────────────────────────────────────────────────────────────────────
|
|
20"
|
|
`;
|