mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
test: update snapshots for text component
This commit is contained in:
@@ -4,7 +4,7 @@ exports[`ThemeProvider should merge themes with custom function 1`] = `
|
||||
initialize {
|
||||
"0": Object {
|
||||
"attribs": Object {
|
||||
"class": "",
|
||||
"class": " ",
|
||||
},
|
||||
"children": Array [
|
||||
Object {
|
||||
@@ -25,6 +25,10 @@ initialize {
|
||||
p {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.custom-size {
|
||||
font-size: inherit;
|
||||
}
|
||||
",
|
||||
"next": null,
|
||||
"parent": [Circular],
|
||||
@@ -70,6 +74,10 @@ initialize {
|
||||
p {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.custom-size {
|
||||
font-size: inherit;
|
||||
}
|
||||
",
|
||||
"next": null,
|
||||
"parent": [Circular],
|
||||
@@ -113,6 +121,10 @@ initialize {
|
||||
p {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.custom-size {
|
||||
font-size: inherit;
|
||||
}
|
||||
",
|
||||
"next": null,
|
||||
"parent": [Circular],
|
||||
@@ -126,7 +138,7 @@ initialize {
|
||||
"parent": null,
|
||||
"prev": Object {
|
||||
"attribs": Object {
|
||||
"class": "",
|
||||
"class": " ",
|
||||
},
|
||||
"children": Array [
|
||||
Object {
|
||||
@@ -170,7 +182,7 @@ initialize {
|
||||
"children": Array [
|
||||
Object {
|
||||
"attribs": Object {
|
||||
"class": "",
|
||||
"class": " ",
|
||||
},
|
||||
"children": Array [
|
||||
Object {
|
||||
|
||||
Reference in New Issue
Block a user