Skip to content

Commit 287f0ef

Browse files
committed
updated test snap
1 parent da9d24c commit 287f0ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/widgets/__snapshots__/error.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`errorMessageBlock creates an error message div 1`] = `
44
<div
5-
style="margin: 0.1em; padding: 0.5em; border: 0.05em solid gray; color: black; background-color: rgb(255, 238, 238);"
5+
style="margin: 0.1em; padding: 0.5em; color: black; border: 0.05em solid gray; background-color: rgb(255, 238, 238);"
66
>
77
my error message
88
<button
@@ -20,7 +20,7 @@ exports[`errorMessageBlock creates an error message div 1`] = `
2020

2121
exports[`errorMessageBlock escapes the HTML 1`] = `
2222
<div
23-
style="margin: 0.1em; padding: 0.5em; border: 0.05em solid gray; color: black; background-color: rgb(255, 238, 238);"
23+
style="margin: 0.1em; padding: 0.5em; color: black; border: 0.05em solid gray; background-color: rgb(255, 238, 238);"
2424
>
2525
my &lt;script&gt; kiddie &lt;/script&gt; message
2626
<button
@@ -38,7 +38,7 @@ exports[`errorMessageBlock escapes the HTML 1`] = `
3838

3939
exports[`errorMessageBlock sets the background color 1`] = `
4040
<div
41-
style="margin: 0.1em; padding: 0.5em; border: 0.05em solid gray; color: black; background-color: rgb(0, 255, 255);"
41+
style="margin: 0.1em; padding: 0.5em; color: black; border: 0.05em solid gray; background-color: rgb(0, 255, 255);"
4242
>
4343
my colored message
4444
<button

0 commit comments

Comments
 (0)