1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` "cache" option should work with the "false" value for the "cache" option: assets 1` ] = `
4
- Object {
4
+ {
5
5
" five.css" : " body{color:red;font-size:20px}a{color:blue}" ,
6
6
" four.css" : " h1{color:green}h2{color:#ff0}" ,
7
7
" one.css" : " a{text-align:center}" ,
@@ -11,7 +11,7 @@ Object {
11
11
` ;
12
12
13
13
exports [` "cache" option should work with the "false" value for the "cache" option: assets 2` ] = `
14
- Object {
14
+ {
15
15
" five.css" : " body{color:red;font-size:20px}a{color:blue}" ,
16
16
" four.css" : " h1{color:green}h2{color:#ff0}" ,
17
17
" one.css" : " a{text-align:center}" ,
@@ -20,16 +20,16 @@ Object {
20
20
}
21
21
` ;
22
22
23
- exports [` "cache" option should work with the "false" value for the "cache" option: errors 1` ] = ` Array []` ;
23
+ exports [` "cache" option should work with the "false" value for the "cache" option: errors 1` ] = ` []` ;
24
24
25
- exports [` "cache" option should work with the "false" value for the "cache" option: errors 2` ] = ` Array []` ;
25
+ exports [` "cache" option should work with the "false" value for the "cache" option: errors 2` ] = ` []` ;
26
26
27
- exports [` "cache" option should work with the "false" value for the "cache" option: warnings 1` ] = ` Array []` ;
27
+ exports [` "cache" option should work with the "false" value for the "cache" option: warnings 1` ] = ` []` ;
28
28
29
- exports [` "cache" option should work with the "false" value for the "cache" option: warnings 2` ] = ` Array []` ;
29
+ exports [` "cache" option should work with the "false" value for the "cache" option: warnings 2` ] = ` []` ;
30
30
31
31
exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and output warnings: assets 1` ] = `
32
- Object {
32
+ {
33
33
" five.css" : " body {
34
34
color : red ;
35
35
}
78
78
` ;
79
79
80
80
exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and output warnings: assets 2` ] = `
81
- Object {
81
+ {
82
82
" five.css" : " body {
83
83
color : red ;
84
84
}
@@ -126,12 +126,12 @@ a {
126
126
}
127
127
` ;
128
128
129
- exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and output warnings: errors 1` ] = ` Array []` ;
129
+ exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and output warnings: errors 1` ] = ` []` ;
130
130
131
- exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and output warnings: errors 2` ] = ` Array []` ;
131
+ exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and output warnings: errors 2` ] = ` []` ;
132
132
133
133
exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and output warnings: warnings 1` ] = `
134
- Array [
134
+ [
135
135
"Warning: five.css from Css Minimizer plugin
136
136
[warning-plugin] Warning from five.css",
137
137
"Warning: four.css from Css Minimizer plugin
@@ -146,7 +146,7 @@ Array [
146
146
` ;
147
147
148
148
exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and output warnings: warnings 2` ] = `
149
- Array [
149
+ [
150
150
"Warning: five.css from Css Minimizer plugin
151
151
[warning-plugin] Warning from five.css",
152
152
"Warning: four.css from Css Minimizer plugin
@@ -161,55 +161,55 @@ Array [
161
161
` ;
162
162
163
163
exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and source maps: assets 1` ] = `
164
- Object {
164
+ {
165
165
" five.css" : " body{color:red;font-size:20px}a{color:blue}
166
166
/* # sourceMappingURL=five.css.map*/ " ,
167
- " five.css.map" : " {\\ " version \\ " :3,\\ " file \\ " : \\ " five .css \\ " , \\ " mappings \\ " : \\ " AAGA ,KACE ,SAAU ,CACV ,cACF ,CACA ,EACE ,UACF \\ " , \\ " sources \\ " :[\\ " webpack :// /./test/bar1.css\\ "],\\ "sourcesContent\\ ":[\\ "body {\\\\ n color: red;\\\\ n}\\\\ nbody {\\\\ n color: red;\\\\ n font-size: 20px;\\\\ n}\\\\ na {\\\\ n color: blue;\\\\ n}\\\\n\\ "],\\ "names\\ ":[],\\ "sourceRoot\\":\\"\\ "}",
167
+ " five.css.map" : " {" version " :3," file " : " five .css " , " mappings " : " AAGA ,KACE ,SAAU ,CACV ,cACF ,CACA ,EACE ,UACF " , " sources " :[" webpack :// /./test/bar1.css"],"sourcesContent":["body {\\n color: red;\\n}\\nbody {\\n color: red;\\n font-size: 20px;\\n}\\na {\\n color: blue;\\n}\\n "],"names":[],"sourceRoot":" "}",
168
168
" four.css" : " h1{color:green}h2{color:#ff0}
169
169
/* # sourceMappingURL=four.css.map*/ " ,
170
- " four.css.map" : " {\\ " version \\ " :3,\\ " file \\ " : \\ " four .css \\ " , \\ " mappings \\ " : \\ " AAAA ,GACE ,WACF ,CACA ,GACE ,UACF \\ " , \\ " sources \\ " :[\\ " webpack :// /./test/bar2.css\\ "],\\ "sourcesContent\\ ":[\\ "h1 {\\\\ n color: green;\\\\ n}\\\\ nh2 {\\\\ n color: yellow;\\\\ n}\\\\ nh3 {\\\\ n}\\\\n\\ "],\\ "names\\ ":[],\\ "sourceRoot\\":\\"\\ "}",
170
+ " four.css.map" : " {" version " :3," file " : " four .css " , " mappings " : " AAAA ,GACE ,WACF ,CACA ,GACE ,UACF " , " sources " :[" webpack :// /./test/bar2.css"],"sourcesContent":["h1 {\\n color: green;\\n}\\nh2 {\\n color: yellow;\\n}\\nh3 {\\n}\\n "],"names":[],"sourceRoot":" "}",
171
171
" one.css" : " a{text-align:center}
172
172
/* # sourceMappingURL=one.css.map*/ " ,
173
- " one.css.map" : " {\\ " version \\ " :3,\\ " file \\ " : \\ " one .css \\ " , \\ " mappings \\ " : \\ " AAAA ,EACE ,iBACF \\ " , \\ " sources \\ " :[\\ " webpack :// /./test/foo.css\\ "],\\ "sourcesContent\\ ":[\\ "a {\\\\ n text-align: center;\\\\ n}\\\\n\\ "],\\ "names\\ ":[],\\ "sourceRoot\\":\\"\\ "}",
173
+ " one.css.map" : " {" version " :3," file " : " one .css " , " mappings " : " AAAA ,EACE ,iBACF " , " sources " :[" webpack :// /./test/foo.css"],"sourcesContent":["a {\\n text-align: center;\\n}\\n "],"names":[],"sourceRoot":" "}",
174
174
" three.css" : " body{color:red;font-size:20px}a{color:blue}
175
175
/* # sourceMappingURL=three.css.map*/ " ,
176
- " three.css.map" : " {\\ " version \\ " :3,\\ " file \\ " : \\ " three .css \\ " , \\ " mappings \\ " : \\ " AAGA ,KACE ,SAAU ,CACV ,cACF ,CACA ,EACE ,UACF \\ " , \\ " sources \\ " :[\\ " webpack :// /./test/bar1.css\\ "],\\ "sourcesContent\\ ":[\\ "body {\\\\ n color: red;\\\\ n}\\\\ nbody {\\\\ n color: red;\\\\ n font-size: 20px;\\\\ n}\\\\ na {\\\\ n color: blue;\\\\ n}\\\\n\\ "],\\ "names\\ ":[],\\ "sourceRoot\\":\\"\\ "}",
176
+ " three.css.map" : " {" version " :3," file " : " three .css " , " mappings " : " AAGA ,KACE ,SAAU ,CACV ,cACF ,CACA ,EACE ,UACF " , " sources " :[" webpack :// /./test/bar1.css"],"sourcesContent":["body {\\n color: red;\\n}\\nbody {\\n color: red;\\n font-size: 20px;\\n}\\na {\\n color: blue;\\n}\\n "],"names":[],"sourceRoot":" "}",
177
177
" two.css" : " a{text-align:center}
178
178
/* # sourceMappingURL=two.css.map*/ " ,
179
- " two.css.map" : " {\\ " version \\ " :3,\\ " file \\ " : \\ " two .css \\ " , \\ " mappings \\ " : \\ " AAAA ,EACE ,iBACF \\ " , \\ " sources \\ " :[\\ " webpack :// /./test/foo.css\\ "],\\ "sourcesContent\\ ":[\\ "a {\\\\ n text-align: center;\\\\ n}\\\\n\\ "],\\ "names\\ ":[],\\ "sourceRoot\\":\\"\\ "}",
179
+ " two.css.map" : " {" version " :3," file " : " two .css " , " mappings " : " AAAA ,EACE ,iBACF " , " sources " :[" webpack :// /./test/foo.css"],"sourcesContent":["a {\\n text-align: center;\\n}\\n "],"names":[],"sourceRoot":" "}",
180
180
}
181
181
` ;
182
182
183
183
exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and source maps: assets 2` ] = `
184
- Object {
184
+ {
185
185
" five.css" : " body{color:red;font-size:20px}a{color:blue}
186
186
/* # sourceMappingURL=five.css.map*/ " ,
187
- " five.css.map" : " {\\ " version \\ " :3,\\ " file \\ " : \\ " five .css \\ " , \\ " mappings \\ " : \\ " AAGA ,KACE ,SAAU ,CACV ,cACF ,CACA ,EACE ,UACF \\ " , \\ " sources \\ " :[\\ " webpack :// /./test/bar1.css\\ "],\\ "sourcesContent\\ ":[\\ "body {\\\\ n color: red;\\\\ n}\\\\ nbody {\\\\ n color: red;\\\\ n font-size: 20px;\\\\ n}\\\\ na {\\\\ n color: blue;\\\\ n}\\\\n\\ "],\\ "names\\ ":[],\\ "sourceRoot\\":\\"\\ "}",
187
+ " five.css.map" : " {" version " :3," file " : " five .css " , " mappings " : " AAGA ,KACE ,SAAU ,CACV ,cACF ,CACA ,EACE ,UACF " , " sources " :[" webpack :// /./test/bar1.css"],"sourcesContent":["body {\\n color: red;\\n}\\nbody {\\n color: red;\\n font-size: 20px;\\n}\\na {\\n color: blue;\\n}\\n "],"names":[],"sourceRoot":" "}",
188
188
" four.css" : " h1{color:green}h2{color:#ff0}
189
189
/* # sourceMappingURL=four.css.map*/ " ,
190
- " four.css.map" : " {\\ " version \\ " :3,\\ " file \\ " : \\ " four .css \\ " , \\ " mappings \\ " : \\ " AAAA ,GACE ,WACF ,CACA ,GACE ,UACF \\ " , \\ " sources \\ " :[\\ " webpack :// /./test/bar2.css\\ "],\\ "sourcesContent\\ ":[\\ "h1 {\\\\ n color: green;\\\\ n}\\\\ nh2 {\\\\ n color: yellow;\\\\ n}\\\\ nh3 {\\\\ n}\\\\n\\ "],\\ "names\\ ":[],\\ "sourceRoot\\":\\"\\ "}",
190
+ " four.css.map" : " {" version " :3," file " : " four .css " , " mappings " : " AAAA ,GACE ,WACF ,CACA ,GACE ,UACF " , " sources " :[" webpack :// /./test/bar2.css"],"sourcesContent":["h1 {\\n color: green;\\n}\\nh2 {\\n color: yellow;\\n}\\nh3 {\\n}\\n "],"names":[],"sourceRoot":" "}",
191
191
" one.css" : " a{text-align:center}
192
192
/* # sourceMappingURL=one.css.map*/ " ,
193
- " one.css.map" : " {\\ " version \\ " :3,\\ " file \\ " : \\ " one .css \\ " , \\ " mappings \\ " : \\ " AAAA ,EACE ,iBACF \\ " , \\ " sources \\ " :[\\ " webpack :// /./test/foo.css\\ "],\\ "sourcesContent\\ ":[\\ "a {\\\\ n text-align: center;\\\\ n}\\\\n\\ "],\\ "names\\ ":[],\\ "sourceRoot\\":\\"\\ "}",
193
+ " one.css.map" : " {" version " :3," file " : " one .css " , " mappings " : " AAAA ,EACE ,iBACF " , " sources " :[" webpack :// /./test/foo.css"],"sourcesContent":["a {\\n text-align: center;\\n}\\n "],"names":[],"sourceRoot":" "}",
194
194
" three.css" : " body{color:red;font-size:20px}a{color:blue}
195
195
/* # sourceMappingURL=three.css.map*/ " ,
196
- " three.css.map" : " {\\ " version \\ " :3,\\ " file \\ " : \\ " three .css \\ " , \\ " mappings \\ " : \\ " AAGA ,KACE ,SAAU ,CACV ,cACF ,CACA ,EACE ,UACF \\ " , \\ " sources \\ " :[\\ " webpack :// /./test/bar1.css\\ "],\\ "sourcesContent\\ ":[\\ "body {\\\\ n color: red;\\\\ n}\\\\ nbody {\\\\ n color: red;\\\\ n font-size: 20px;\\\\ n}\\\\ na {\\\\ n color: blue;\\\\ n}\\\\n\\ "],\\ "names\\ ":[],\\ "sourceRoot\\":\\"\\ "}",
196
+ " three.css.map" : " {" version " :3," file " : " three .css " , " mappings " : " AAGA ,KACE ,SAAU ,CACV ,cACF ,CACA ,EACE ,UACF " , " sources " :[" webpack :// /./test/bar1.css"],"sourcesContent":["body {\\n color: red;\\n}\\nbody {\\n color: red;\\n font-size: 20px;\\n}\\na {\\n color: blue;\\n}\\n "],"names":[],"sourceRoot":" "}",
197
197
" two.css" : " a{text-align:center}
198
198
/* # sourceMappingURL=two.css.map*/ " ,
199
- " two.css.map" : " {\\ " version \\ " :3,\\ " file \\ " : \\ " two .css \\ " , \\ " mappings \\ " : \\ " AAAA ,EACE ,iBACF \\ " , \\ " sources \\ " :[\\ " webpack :// /./test/foo.css\\ "],\\ "sourcesContent\\ ":[\\ "a {\\\\ n text-align: center;\\\\ n}\\\\n\\ "],\\ "names\\ ":[],\\ "sourceRoot\\":\\"\\ "}",
199
+ " two.css.map" : " {" version " :3," file " : " two .css " , " mappings " : " AAAA ,EACE ,iBACF " , " sources " :[" webpack :// /./test/foo.css"],"sourcesContent":["a {\\n text-align: center;\\n}\\n "],"names":[],"sourceRoot":" "}",
200
200
}
201
201
` ;
202
202
203
- exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and source maps: errors 1` ] = ` Array []` ;
203
+ exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and source maps: errors 1` ] = ` []` ;
204
204
205
- exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and source maps: errors 2` ] = ` Array []` ;
205
+ exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and source maps: errors 2` ] = ` []` ;
206
206
207
- exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and source maps: warnings 1` ] = ` Array []` ;
207
+ exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and source maps: warnings 1` ] = ` []` ;
208
208
209
- exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and source maps: warnings 2` ] = ` Array []` ;
209
+ exports [` "cache" option should work with the "filesystem" value for the "cache.type" option and source maps: warnings 2` ] = ` []` ;
210
210
211
211
exports [` "cache" option should work with the "filesystem" value for the "cache.type" option: assets 1` ] = `
212
- Object {
212
+ {
213
213
" five.css" : " body{color:red;font-size:20px}a{color:blue}" ,
214
214
" four.css" : " h1{color:green}h2{color:#ff0}" ,
215
215
" one.css" : " a{text-align:center}" ,
@@ -219,7 +219,7 @@ Object {
219
219
` ;
220
220
221
221
exports [` "cache" option should work with the "filesystem" value for the "cache.type" option: assets 2` ] = `
222
- Object {
222
+ {
223
223
" five.css" : " body{color:red;font-size:20px}a{color:blue}" ,
224
224
" four.css" : " h1{color:green}h2{color:#ff0}" ,
225
225
" one.css" : " a{text-align:center}" ,
@@ -228,16 +228,16 @@ Object {
228
228
}
229
229
` ;
230
230
231
- exports [` "cache" option should work with the "filesystem" value for the "cache.type" option: errors 1` ] = ` Array []` ;
231
+ exports [` "cache" option should work with the "filesystem" value for the "cache.type" option: errors 1` ] = ` []` ;
232
232
233
- exports [` "cache" option should work with the "filesystem" value for the "cache.type" option: errors 2` ] = ` Array []` ;
233
+ exports [` "cache" option should work with the "filesystem" value for the "cache.type" option: errors 2` ] = ` []` ;
234
234
235
- exports [` "cache" option should work with the "filesystem" value for the "cache.type" option: warnings 1` ] = ` Array []` ;
235
+ exports [` "cache" option should work with the "filesystem" value for the "cache.type" option: warnings 1` ] = ` []` ;
236
236
237
- exports [` "cache" option should work with the "filesystem" value for the "cache.type" option: warnings 2` ] = ` Array []` ;
237
+ exports [` "cache" option should work with the "filesystem" value for the "cache.type" option: warnings 2` ] = ` []` ;
238
238
239
239
exports [` "cache" option should work with the "memory" value for the "cache.type" option: assets 1` ] = `
240
- Object {
240
+ {
241
241
" five.css" : " body{color:red;font-size:20px}a{color:blue}" ,
242
242
" four.css" : " h1{color:green}h2{color:#ff0}" ,
243
243
" one.css" : " a{text-align:center}" ,
@@ -247,7 +247,7 @@ Object {
247
247
` ;
248
248
249
249
exports [` "cache" option should work with the "memory" value for the "cache.type" option: assets 2` ] = `
250
- Object {
250
+ {
251
251
" five.css" : " body{color:red;font-size:20px}a{color:blue}" ,
252
252
" four.css" : " h1{color:green}h2{color:#ff0}" ,
253
253
" one.css" : " a{text-align:center}" ,
@@ -256,10 +256,10 @@ Object {
256
256
}
257
257
` ;
258
258
259
- exports [` "cache" option should work with the "memory" value for the "cache.type" option: errors 1` ] = ` Array []` ;
259
+ exports [` "cache" option should work with the "memory" value for the "cache.type" option: errors 1` ] = ` []` ;
260
260
261
- exports [` "cache" option should work with the "memory" value for the "cache.type" option: errors 2` ] = ` Array []` ;
261
+ exports [` "cache" option should work with the "memory" value for the "cache.type" option: errors 2` ] = ` []` ;
262
262
263
- exports [` "cache" option should work with the "memory" value for the "cache.type" option: warnings 1` ] = ` Array []` ;
263
+ exports [` "cache" option should work with the "memory" value for the "cache.type" option: warnings 1` ] = ` []` ;
264
264
265
- exports [` "cache" option should work with the "memory" value for the "cache.type" option: warnings 2` ] = ` Array []` ;
265
+ exports [` "cache" option should work with the "memory" value for the "cache.type" option: warnings 2` ] = ` []` ;
0 commit comments