mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-18 13:56:17 +02:00
Format all files with Prettier
This commit is contained in:
@ -5,8 +5,6 @@ exports[`<Button /> Render button correctly 1`] = `
|
||||
class="btn btn-primary "
|
||||
type="button"
|
||||
>
|
||||
|
||||
|
||||
Test Button
|
||||
</button>
|
||||
`;
|
||||
@ -16,8 +14,6 @@ exports[`<Button /> Render button with custom classes 1`] = `
|
||||
class="btn one two three"
|
||||
type="button"
|
||||
>
|
||||
|
||||
|
||||
Test Button
|
||||
</button>
|
||||
`;
|
||||
@ -33,8 +29,6 @@ exports[`<Button /> Render button with spinner 1`] = `
|
||||
role="status"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
Test Button
|
||||
</button>
|
||||
`;
|
||||
|
Reference in New Issue
Block a user