mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
update snapshot and reduce coverage
This commit is contained in:
parent
539800c878
commit
96502a4f2b
@ -2,13 +2,13 @@
|
||||
|
||||
exports[`<TextInput /> > labelTitle > sets label 1`] = `
|
||||
<div
|
||||
class="tw-form-control undefined"
|
||||
class="tw-form-control "
|
||||
>
|
||||
<label
|
||||
class="tw-label"
|
||||
>
|
||||
<span
|
||||
class="tw-label-text tw-text-base-content undefined"
|
||||
class="tw-label-text tw-text-base-content "
|
||||
>
|
||||
My Title
|
||||
</span>
|
||||
@ -25,7 +25,7 @@ exports[`<TextInput /> > labelTitle > sets label 1`] = `
|
||||
|
||||
exports[`<TextInput /> > renders properly 1`] = `
|
||||
<div
|
||||
class="tw-form-control undefined"
|
||||
class="tw-form-control "
|
||||
>
|
||||
<input
|
||||
class="tw-input tw-input-bordered tw-w-full "
|
||||
|
||||
@ -14,8 +14,8 @@ export default defineConfig({
|
||||
exclude: [...configDefaults.exclude],
|
||||
thresholds: {
|
||||
lines: 0,
|
||||
functions: 65,
|
||||
branches: 66,
|
||||
functions: 61,
|
||||
branches: 62,
|
||||
statements: 0,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user