Skip to content

Commit 1a0e0ea

Browse files
committed
fix(tests): update component snapshot
1 parent 19889c4 commit 1a0e0ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/action-tooltip.snap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`Components: Tooltip > should render the component 1`] = `
44
<body>
55
<div>
66
<div
7-
class="tooltip animation-null top svelte-hla1ha"
7+
class="tooltip animation-null top svelte-ngud14"
88
style="left: 0px; min-width: 0px; max-width: 200px; text-align: left; top: 0px;"
99
>
1010
Hello World!

src/tooltip.snap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`Components: Tooltip > should render the component 1`] = `
88
/>
99
1010
<div
11-
class="tooltip animation-null top svelte-1fqbu6l"
11+
class="tooltip animation-null top svelte-ir0j5h"
1212
style="left: 0px; min-width: 0px; max-width: 200px; text-align: left; top: 0px;"
1313
>
1414
Hello World!

0 commit comments

Comments
 (0)