mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`can be rendered 1`] = `
|
|
"<div class=\\"o_notification\\">
|
|
|
|
<div class=\\"o_notification_title\\">title</div>
|
|
<div class=\\"o_notification_content\\">message</div>
|
|
|
|
</div>"
|
|
`;
|