mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`can be rendered 1`] = `
|
|
"<div class=\\"o_home_menu\\">
|
|
<div class=\\"o_apps\\">
|
|
<a href=\\"#menu_id=14&action_id=43\\" class=\\"o_app\\">
|
|
<i class=\\"fa fa-test o_app_icon fa-3x fa-fw\\"></i>
|
|
<div class=\\"o_caption\\">
|
|
Demo
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>"
|
|
`;
|