// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`vdom morph > should render smoke test with vdom morph > smoke_test 1`] = `
"
🚧 {app_name}
"
`;
exports[`vdom morph > should render using vdom morph with fragments > fragment_test 1`] = `
"
🚧 {app_name}
Person Name | Person Age |
---|
Person One | 18 |
Person Two | 24 |
Person Three | 30 |
"
`;
exports[`vdom morph > should render using vdom morph with keys > fragment_test 1`] = `
"
🚧 {app_name}
Person One | 18 |
Person Two | 24 |
Person Three | 30 |
"
`;