Fix tests
This commit is contained in:
parent
b6985f836a
commit
012138829c
1 changed files with 18 additions and 0 deletions
|
@ -11,6 +11,24 @@ exports[`<Column /> renders correctly with minimal props 1`] = `
|
||||||
<div
|
<div
|
||||||
className="mb-4 flex flex-row items-center"
|
className="mb-4 flex flex-row items-center"
|
||||||
>
|
>
|
||||||
|
<button
|
||||||
|
aria-label="Back"
|
||||||
|
className="mr-2"
|
||||||
|
onClick={[Function]}
|
||||||
|
>
|
||||||
|
<svg
|
||||||
|
id={
|
||||||
|
Object {
|
||||||
|
"process": [Function],
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
<span
|
||||||
|
className="sr-only"
|
||||||
|
>
|
||||||
|
Back
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
<h1
|
<h1
|
||||||
className="text-xl font-bold"
|
className="text-xl font-bold"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue