use snapshot testing

This commit is contained in:
Géry Debongnie
2019-01-30 10:22:24 +01:00
parent bc6bf5354f
commit be7ff1faf0
5 changed files with 40 additions and 27 deletions
@@ -0,0 +1,10 @@
// 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>"
`;