Skip to content

Commit c74d1ca

Browse files
author
Evan Jacobs
committed
chore: update snapshot
1 parent 03c509d commit c74d1ca

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

test/components/__snapshots__/LiveEdit.spec.js.snap

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ exports[`LiveEdit renders correctly 1`] = `
171171
},
172172
Object {
173173
"style": Object {
174-
"color": "#b2b2b2",
174+
"color": "#5a9bcf",
175175
},
176176
"types": Array [
177177
"property",
@@ -204,6 +204,7 @@ exports[`LiveEdit renders correctly 1`] = `
204204
},
205205
"types": Array [
206206
"string",
207+
"attr-value",
207208
],
208209
},
209210
Object {
@@ -257,6 +258,7 @@ exports[`LiveEdit renders correctly 1`] = `
257258
"color": "#fac863",
258259
},
259260
"types": Array [
261+
"atrule",
260262
"class-name",
261263
],
262264
},
@@ -440,7 +442,7 @@ exports[`LiveEdit renders correctly 1`] = `
440442
},
441443
Object {
442444
"style": Object {
443-
"color": "#b2b2b2",
445+
"color": "#5a9bcf",
444446
},
445447
"types": Array [
446448
"property",
@@ -473,6 +475,7 @@ exports[`LiveEdit renders correctly 1`] = `
473475
},
474476
"types": Array [
475477
"string",
478+
"attr-value",
476479
],
477480
},
478481
Object {
@@ -526,6 +529,7 @@ exports[`LiveEdit renders correctly 1`] = `
526529
"color": "#fac863",
527530
},
528531
"types": Array [
532+
"atrule",
529533
"class-name",
530534
],
531535
},
@@ -37233,7 +37237,7 @@ exports[`LiveEdit renders correctly 1`] = `
3723337237
},
3723437238
Object {
3723537239
"style": Object {
37236-
"color": "#b2b2b2",
37240+
"color": "#5a9bcf",
3723737241
},
3723837242
"types": Array [
3723937243
"property",
@@ -37266,6 +37270,7 @@ exports[`LiveEdit renders correctly 1`] = `
3726637270
},
3726737271
"types": Array [
3726837272
"string",
37273+
"attr-value",
3726937274
],
3727037275
},
3727137276
Object {
@@ -37319,6 +37324,7 @@ exports[`LiveEdit renders correctly 1`] = `
3731937324
"color": "#fac863",
3732037325
},
3732137326
"types": Array [
37327+
"atrule",
3732237328
"class-name",
3732337329
],
3732437330
},

0 commit comments

Comments
 (0)