Files
owl/web/static/tests/widgets/__snapshots__/notification.test.ts.snap
T
Géry Debongnie b292a66523 work on home menu
2019-02-04 10:42:55 +01:00

10 lines
241 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>"
`;