Skip to content
Snippets Groups Projects

some example frontend tests with jest and react testing library

Open Remco Tukker requested to merge feature/frontend-tests into develop
Files
6
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ColorBadge renders ColorBadge component 1`] = `
<body>
<div>
<div
class="d-inline-block m-2"
>
<div
class="color-of-badge-1"
style="width: 20px; height: 35px; margin: 2px;"
/>
</div>
</div>
</body>
`;
Loading