Files
owl/web/static/tests/widgets/__snapshots__/notification.test.ts.snap
T
2019-01-30 10:22:24 +01:00

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>"
`;