mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
19 lines
280 B
Plaintext
19 lines
280 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`<ComboBoxInput /> > renders properly 1`] = `
|
|
<select
|
|
class="tw:select"
|
|
>
|
|
<option
|
|
value="Option 1"
|
|
>
|
|
Option 1
|
|
</option>
|
|
<option
|
|
value="Option 2"
|
|
>
|
|
Option 2
|
|
</option>
|
|
</select>
|
|
`;
|