chore: update snapshots due to code format

build(prettier): ignore snap file
This commit is contained in:
unix
2020-05-06 14:23:23 +08:00
parent 112c826575
commit b1950970b1
44 changed files with 9430 additions and 9273 deletions

View File

@@ -5,7 +5,7 @@ exports[`Text should be able to specify the size of text 1`] = `
p {
color: inherit;
}
.custom-size {
font-size: 14px;
}
@@ -17,7 +17,7 @@ exports[`Text should be able to specify the size of text 2`] = `
p {
color: inherit;
}
.custom-size {
font-size: 12rem;
}
@@ -29,7 +29,7 @@ exports[`Text should render P element in the default 1`] = `
p {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -41,7 +41,7 @@ exports[`Text should render default color when type missing 1`] = `
p {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -53,7 +53,7 @@ exports[`Text should work with different styles 1`] = `
p {
color: #666;
}
.custom-size {
font-size: inherit;
}
@@ -61,7 +61,7 @@ exports[`Text should work with different styles 1`] = `
p {
color: #0070f3;
}
.custom-size {
font-size: inherit;
}
@@ -69,7 +69,7 @@ exports[`Text should work with different styles 1`] = `
p {
color: #f5a623;
}
.custom-size {
font-size: inherit;
}
@@ -77,7 +77,7 @@ exports[`Text should work with different styles 1`] = `
p {
color: #ff0000;
}
.custom-size {
font-size: inherit;
}
@@ -89,7 +89,7 @@ exports[`Text the combined style should be rendered 1`] = `
del {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -97,7 +97,7 @@ exports[`Text the combined style should be rendered 1`] = `
b {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -105,7 +105,7 @@ exports[`Text the combined style should be rendered 1`] = `
p {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -117,7 +117,7 @@ exports[`Text the specified element should be rendered 1`] = `
h1 {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -125,7 +125,7 @@ exports[`Text the specified element should be rendered 1`] = `
h2 {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -133,7 +133,7 @@ exports[`Text the specified element should be rendered 1`] = `
h3 {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -141,7 +141,7 @@ exports[`Text the specified element should be rendered 1`] = `
h4 {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -149,7 +149,7 @@ exports[`Text the specified element should be rendered 1`] = `
h5 {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -157,7 +157,7 @@ exports[`Text the specified element should be rendered 1`] = `
h6 {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -165,7 +165,7 @@ exports[`Text the specified element should be rendered 1`] = `
p {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -173,7 +173,7 @@ exports[`Text the specified element should be rendered 1`] = `
small {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -181,7 +181,7 @@ exports[`Text the specified element should be rendered 1`] = `
span {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -189,7 +189,7 @@ exports[`Text the specified element should be rendered 1`] = `
del {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -197,7 +197,7 @@ exports[`Text the specified element should be rendered 1`] = `
i {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -205,7 +205,7 @@ exports[`Text the specified element should be rendered 1`] = `
em {
color: inherit;
}
.custom-size {
font-size: inherit;
}
@@ -213,7 +213,7 @@ exports[`Text the specified element should be rendered 1`] = `
b {
color: inherit;
}
.custom-size {
font-size: inherit;
}