Skip to content
Snippets Groups Projects
Commit e0d7e81c authored by Christian Bager Bach Houmann's avatar Christian Bager Bach Houmann
Browse files

Merge branch 'dev' into safeTitle-var

parents a95e328c 11f55944
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ import Progressbar from './Progressbar.svelte';
test('should render', () => {
const { container } = render(Progressbar, { props: { value: 0, max: 100}});
expect(container).toMatchSnapshot();
expect(container).toBeVisible();
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment