1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
- exports [` attributes option should add attributes to tag when the "injectType" option is "lazySingletonStyleTag": DOM 1` ] = `
3
+ exports [` " attributes" option should add attributes to tag when the "injectType" option is "lazySingletonStyleTag": DOM 1` ] = `
4
4
"<!DOCTYPE html><html ><head >
5
5
<title >style-loader test</title >
6
6
<style id =\\"existing-style\\">.existing { color : yellow } </style>
20
20
</body></html>"
21
21
`;
22
22
23
- exports[`attributes option should add attributes to tag when the " injectType" option is " lazySingletonStyleTag" : errors 1`] = `Array []`;
23
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " lazySingletonStyleTag" : errors 1`] = `Array []`;
24
24
25
- exports[`attributes option should add attributes to tag when the " injectType" option is " lazySingletonStyleTag" : warnings 1`] = `Array []`;
25
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " lazySingletonStyleTag" : warnings 1`] = `Array []`;
26
26
27
- exports[`attributes option should add attributes to tag when the " injectType" option is " lazyStyleTag" : DOM 1`] = `
27
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " lazyStyleTag" : DOM 1`] = `
28
28
" <!DOCTYPE html><html><head>
29
29
<title>style-loader test</title>
30
30
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -44,11 +44,11 @@ exports[`attributes option should add attributes to tag when the "injectType" op
44
44
</body></html>"
45
45
`;
46
46
47
- exports[`attributes option should add attributes to tag when the " injectType" option is " lazyStyleTag" : errors 1`] = `Array []`;
47
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " lazyStyleTag" : errors 1`] = `Array []`;
48
48
49
- exports[`attributes option should add attributes to tag when the " injectType" option is " lazyStyleTag" : warnings 1`] = `Array []`;
49
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " lazyStyleTag" : warnings 1`] = `Array []`;
50
50
51
- exports[`attributes option should add attributes to tag when the " injectType" option is " linkTag" : DOM 1`] = `
51
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " linkTag" : DOM 1`] = `
52
52
" <!DOCTYPE html><html><head>
53
53
<title>style-loader test</title>
54
54
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -62,11 +62,11 @@ exports[`attributes option should add attributes to tag when the "injectType" op
62
62
</body></html>"
63
63
`;
64
64
65
- exports[`attributes option should add attributes to tag when the " injectType" option is " linkTag" : errors 1`] = `Array []`;
65
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " linkTag" : errors 1`] = `Array []`;
66
66
67
- exports[`attributes option should add attributes to tag when the " injectType" option is " linkTag" : warnings 1`] = `Array []`;
67
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " linkTag" : warnings 1`] = `Array []`;
68
68
69
- exports[`attributes option should add attributes to tag when the " injectType" option is " singletonStyleTag" : DOM 1`] = `
69
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " singletonStyleTag" : DOM 1`] = `
70
70
" <!DOCTYPE html><html><head>
71
71
<title>style-loader test</title>
72
72
<style id=\\" existing-style\\">.existing { color : yellow } </style>
86
86
</body></html>"
87
87
`;
88
88
89
- exports[`attributes option should add attributes to tag when the " injectType" option is " singletonStyleTag" : errors 1`] = `Array []`;
89
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " singletonStyleTag" : errors 1`] = `Array []`;
90
90
91
- exports[`attributes option should add attributes to tag when the " injectType" option is " singletonStyleTag" : warnings 1`] = `Array []`;
91
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " singletonStyleTag" : warnings 1`] = `Array []`;
92
92
93
- exports[`attributes option should add attributes to tag when the " injectType" option is " styleTag" : DOM 1`] = `
93
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " styleTag" : DOM 1`] = `
94
94
" <!DOCTYPE html><html><head>
95
95
<title>style-loader test</title>
96
96
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -110,11 +110,11 @@ exports[`attributes option should add attributes to tag when the "injectType" op
110
110
</body></html>"
111
111
`;
112
112
113
- exports[`attributes option should add attributes to tag when the " injectType" option is " styleTag" : errors 1`] = `Array []`;
113
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " styleTag" : errors 1`] = `Array []`;
114
114
115
- exports[`attributes option should add attributes to tag when the " injectType" option is " styleTag" : warnings 1`] = `Array []`;
115
+ exports[`" attributes" option should add attributes to tag when the " injectType" option is " styleTag" : warnings 1`] = `Array []`;
116
116
117
- exports[`attributes option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" #2: DOM 1`] = `
117
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" #2: DOM 1`] = `
118
118
" <!DOCTYPE html><html><head>
119
119
<title>style-loader test</title>
120
120
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -131,11 +131,11 @@ exports[`attributes option should add nonce attribute when "injectType" option i
131
131
</body></html>"
132
132
`;
133
133
134
- exports[`attributes option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" #2: errors 1`] = `Array []`;
134
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" #2: errors 1`] = `Array []`;
135
135
136
- exports[`attributes option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" #2: warnings 1`] = `Array []`;
136
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" #2: warnings 1`] = `Array []`;
137
137
138
- exports[`attributes option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" : DOM 1`] = `
138
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" : DOM 1`] = `
139
139
" <!DOCTYPE html><html><head>
140
140
<title>style-loader test</title>
141
141
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -152,11 +152,11 @@ exports[`attributes option should add nonce attribute when "injectType" option i
152
152
</body></html>"
153
153
`;
154
154
155
- exports[`attributes option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" : errors 1`] = `Array []`;
155
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" : errors 1`] = `Array []`;
156
156
157
- exports[`attributes option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" : warnings 1`] = `Array []`;
157
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazySingletonStyleTag" : warnings 1`] = `Array []`;
158
158
159
- exports[`attributes option should add nonce attribute when " injectType" option is " lazyStyleTag" #2: DOM 1`] = `
159
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazyStyleTag" #2: DOM 1`] = `
160
160
" <!DOCTYPE html><html><head>
161
161
<title>style-loader test</title>
162
162
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -173,11 +173,11 @@ exports[`attributes option should add nonce attribute when "injectType" option i
173
173
</body></html>"
174
174
`;
175
175
176
- exports[`attributes option should add nonce attribute when " injectType" option is " lazyStyleTag" #2: errors 1`] = `Array []`;
176
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazyStyleTag" #2: errors 1`] = `Array []`;
177
177
178
- exports[`attributes option should add nonce attribute when " injectType" option is " lazyStyleTag" #2: warnings 1`] = `Array []`;
178
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazyStyleTag" #2: warnings 1`] = `Array []`;
179
179
180
- exports[`attributes option should add nonce attribute when " injectType" option is " lazyStyleTag" : DOM 1`] = `
180
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazyStyleTag" : DOM 1`] = `
181
181
" <!DOCTYPE html><html><head>
182
182
<title>style-loader test</title>
183
183
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -194,11 +194,11 @@ exports[`attributes option should add nonce attribute when "injectType" option i
194
194
</body></html>"
195
195
`;
196
196
197
- exports[`attributes option should add nonce attribute when " injectType" option is " lazyStyleTag" : errors 1`] = `Array []`;
197
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazyStyleTag" : errors 1`] = `Array []`;
198
198
199
- exports[`attributes option should add nonce attribute when " injectType" option is " lazyStyleTag" : warnings 1`] = `Array []`;
199
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " lazyStyleTag" : warnings 1`] = `Array []`;
200
200
201
- exports[`attributes option should add nonce attribute when " injectType" option is " linkTag" #2: DOM 1`] = `
201
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " linkTag" #2: DOM 1`] = `
202
202
" <!DOCTYPE html><html><head>
203
203
<title>style-loader test</title>
204
204
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -212,11 +212,11 @@ exports[`attributes option should add nonce attribute when "injectType" option i
212
212
</body></html>"
213
213
`;
214
214
215
- exports[`attributes option should add nonce attribute when " injectType" option is " linkTag" #2: errors 1`] = `Array []`;
215
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " linkTag" #2: errors 1`] = `Array []`;
216
216
217
- exports[`attributes option should add nonce attribute when " injectType" option is " linkTag" #2: warnings 1`] = `Array []`;
217
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " linkTag" #2: warnings 1`] = `Array []`;
218
218
219
- exports[`attributes option should add nonce attribute when " injectType" option is " linkTag" : DOM 1`] = `
219
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " linkTag" : DOM 1`] = `
220
220
" <!DOCTYPE html><html><head>
221
221
<title>style-loader test</title>
222
222
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -230,11 +230,11 @@ exports[`attributes option should add nonce attribute when "injectType" option i
230
230
</body></html>"
231
231
`;
232
232
233
- exports[`attributes option should add nonce attribute when " injectType" option is " linkTag" : errors 1`] = `Array []`;
233
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " linkTag" : errors 1`] = `Array []`;
234
234
235
- exports[`attributes option should add nonce attribute when " injectType" option is " linkTag" : warnings 1`] = `Array []`;
235
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " linkTag" : warnings 1`] = `Array []`;
236
236
237
- exports[`attributes option should add nonce attribute when " injectType" option is " singletonStyleTag" #2: DOM 1`] = `
237
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " singletonStyleTag" #2: DOM 1`] = `
238
238
" <!DOCTYPE html><html><head>
239
239
<title>style-loader test</title>
240
240
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -251,11 +251,11 @@ exports[`attributes option should add nonce attribute when "injectType" option i
251
251
</body></html>"
252
252
`;
253
253
254
- exports[`attributes option should add nonce attribute when " injectType" option is " singletonStyleTag" #2: errors 1`] = `Array []`;
254
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " singletonStyleTag" #2: errors 1`] = `Array []`;
255
255
256
- exports[`attributes option should add nonce attribute when " injectType" option is " singletonStyleTag" #2: warnings 1`] = `Array []`;
256
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " singletonStyleTag" #2: warnings 1`] = `Array []`;
257
257
258
- exports[`attributes option should add nonce attribute when " injectType" option is " singletonStyleTag" : DOM 1`] = `
258
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " singletonStyleTag" : DOM 1`] = `
259
259
" <!DOCTYPE html><html><head>
260
260
<title>style-loader test</title>
261
261
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -272,11 +272,11 @@ exports[`attributes option should add nonce attribute when "injectType" option i
272
272
</body></html>"
273
273
`;
274
274
275
- exports[`attributes option should add nonce attribute when " injectType" option is " singletonStyleTag" : errors 1`] = `Array []`;
275
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " singletonStyleTag" : errors 1`] = `Array []`;
276
276
277
- exports[`attributes option should add nonce attribute when " injectType" option is " singletonStyleTag" : warnings 1`] = `Array []`;
277
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " singletonStyleTag" : warnings 1`] = `Array []`;
278
278
279
- exports[`attributes option should add nonce attribute when " injectType" option is " styleTag" #2: DOM 1`] = `
279
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " styleTag" #2: DOM 1`] = `
280
280
" <!DOCTYPE html><html><head>
281
281
<title>style-loader test</title>
282
282
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -293,11 +293,11 @@ exports[`attributes option should add nonce attribute when "injectType" option i
293
293
</body></html>"
294
294
`;
295
295
296
- exports[`attributes option should add nonce attribute when " injectType" option is " styleTag" #2: errors 1`] = `Array []`;
296
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " styleTag" #2: errors 1`] = `Array []`;
297
297
298
- exports[`attributes option should add nonce attribute when " injectType" option is " styleTag" #2: warnings 1`] = `Array []`;
298
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " styleTag" #2: warnings 1`] = `Array []`;
299
299
300
- exports[`attributes option should add nonce attribute when " injectType" option is " styleTag" : DOM 1`] = `
300
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " styleTag" : DOM 1`] = `
301
301
" <!DOCTYPE html><html><head>
302
302
<title>style-loader test</title>
303
303
<style id=\\" existing-style\\">.existing { color : yellow } </style>
@@ -314,6 +314,6 @@ exports[`attributes option should add nonce attribute when "injectType" option i
314
314
</body></html>"
315
315
`;
316
316
317
- exports[`attributes option should add nonce attribute when " injectType" option is " styleTag" : errors 1`] = `Array []`;
317
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " styleTag" : errors 1`] = `Array []`;
318
318
319
- exports[`attributes option should add nonce attribute when " injectType" option is " styleTag" : warnings 1`] = `Array []`;
319
+ exports[`" attributes" option should add nonce attribute when " injectType" option is " styleTag" : warnings 1`] = `Array []`;
0 commit comments