@@ -18,7 +18,7 @@ Object {
18
18
module .exports = {
19
19
/* Your site config here */
20
20
plugins: [],
21
- }
21
+ };
22
22
" ,
23
23
" describe" : " Install gatsby-plugin-foo in gatsby-config.js" ,
24
24
" diff" : " - Original - 1
@@ -30,7 +30,7 @@ module.exports = {
30
30
/* Your site config here */
31
31
- plugins: [],
32
32
+ plugins: [\\" gatsby-plugin-foo\\ " ],
33
- }
33
+ };
34
34
" ,
35
35
" id" : " gatsby-plugin-foo" ,
36
36
" name" : " gatsby-plugin-foo" ,
@@ -42,7 +42,7 @@ module.exports = {
42
42
module .exports = {
43
43
/* Your site config here */
44
44
plugins: [\\" gatsby-plugin-foo\\ " ],
45
- }
45
+ };
46
46
" ,
47
47
}
48
48
` ;
@@ -67,7 +67,7 @@ Object {
67
67
module .exports = {
68
68
/* Your site config here */
69
69
plugins: [\\" gatsby-plugin-foo\\ " ],
70
- }
70
+ };
71
71
" ,
72
72
" describe" : " Install gatsby-plugin-foo in gatsby-config.js" ,
73
73
" diff" : " Compared values have no visual difference." ,
@@ -81,7 +81,7 @@ module.exports = {
81
81
module .exports = {
82
82
/* Your site config here */
83
83
plugins: [\\" gatsby-plugin-foo\\ " ],
84
- }
84
+ };
85
85
" ,
86
86
}
87
87
` ;
@@ -96,7 +96,7 @@ Object {
96
96
97
97
exports [` gatsby-plugin resource e2e plugin resource test: GatsbyPlugin create plan 1` ] = `
98
98
Object {
99
- " currentState" : " const redish = \` #c5484d\`
99
+ " currentState" : " const redish = \` #c5484d\` ;
100
100
module .exports = {
101
101
siteMetadata: {
102
102
title: \` Bricolage\` ,
@@ -163,7 +163,7 @@ module.exports = {
163
163
\` gatsby-plugin-offline\` , // \` gatsby-plugin-preact\` ,
164
164
\` gatsby-plugin-react-helmet\` ,
165
165
],
166
- }
166
+ };
167
167
",
168
168
"describe": "Install gatsby-plugin-foo in gatsby-config.js",
169
169
"diff": "- Original - 0
@@ -175,11 +175,11 @@ module.exports = {
175
175
\` gatsby-plugin-react-helmet\` ,
176
176
+ \\ "gatsby-plugin-foo\\ ",
177
177
],
178
- }
178
+ };
179
179
",
180
180
"id": "gatsby-plugin-foo",
181
181
"name": "gatsby-plugin-foo",
182
- "newState": "const redish = \` #c5484d\`
182
+ "newState": "const redish = \` #c5484d\` ;
183
183
module.exports = {
184
184
siteMetadata : {
185
185
title: \` Bricolage\` ,
@@ -247,7 +247,7 @@ module.exports = {
247
247
\` gatsby-plugin-react-helmet\` ,
248
248
\\ "gatsby-plugin-foo\\ ",
249
249
],
250
- }
250
+ };
251
251
",
252
252
}
253
253
` ;
@@ -264,7 +264,7 @@ Object {
264
264
265
265
exports [` gatsby-plugin resource e2e plugin resource test: GatsbyPlugin update plan 1` ] = `
266
266
Object {
267
- " currentState" : " const redish = \` #c5484d\`
267
+ " currentState" : " const redish = \` #c5484d\` ;
268
268
module .exports = {
269
269
siteMetadata: {
270
270
title: \` Bricolage\` ,
@@ -332,13 +332,13 @@ module.exports = {
332
332
\` gatsby-plugin-react-helmet\` ,
333
333
\\ "gatsby-plugin-foo\\ ",
334
334
],
335
- }
335
+ };
336
336
",
337
337
"describe": "Install gatsby-plugin-foo in gatsby-config.js",
338
338
"diff": "Compared values have no visual difference.",
339
339
"id": "gatsby-plugin-foo",
340
340
"name": "gatsby-plugin-foo",
341
- "newState": "const redish = \` #c5484d\`
341
+ "newState": "const redish = \` #c5484d\` ;
342
342
module.exports = {
343
343
siteMetadata : {
344
344
title: \` Bricolage\` ,
@@ -406,7 +406,7 @@ module.exports = {
406
406
\` gatsby-plugin-react-helmet\` ,
407
407
\\ "gatsby-plugin-foo\\ ",
408
408
],
409
- }
409
+ };
410
410
",
411
411
}
412
412
` ;
0 commit comments