1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
- exports [` "injectType" option should work when the "injectType" option is "autoStyleTag" with non DOM environment: errors 1` ] = ` Array []` ;
3
+ exports [` "injectType" option should work when the "injectType" option is "autoStyleTag" with non DOM environment: errors 1` ] = ` []` ;
4
4
5
- exports [` "injectType" option should work when the "injectType" option is "autoStyleTag" with non DOM environment: warnings 1` ] = ` Array []` ;
5
+ exports [` "injectType" option should work when the "injectType" option is "autoStyleTag" with non DOM environment: warnings 1` ] = ` []` ;
6
6
7
7
exports [` "injectType" option should work when the "injectType" option is "autoStyleTag": DOM 1` ] = `
8
8
"<!DOCTYPE html><html ><head >
9
9
<title >style-loader test</title >
10
- <style id =\\ "existing-style\\ ">.existing { color : yellow } </style>
10
+ <style id = " existing-style" >.existing { color : yellow } </style >
11
11
<style >body {
12
12
color : red ;
13
13
}
@@ -17,25 +17,25 @@ exports[`"injectType" option should work when the "injectType" option is "autoSt
17
17
</style ></head >
18
18
<body >
19
19
<h1 >Body</h1 >
20
- <div class =\\ "target\\ "></div>
21
- <iframe class =\\ "iframeTarget\\ "></iframe>
20
+ <div class = " target" ></div >
21
+ <iframe class = " iframeTarget" ></iframe >
22
22
23
23
24
24
</body ></html >"
25
25
` ;
26
26
27
- exports[`"injectType" option should work when the " injectType" option is " autoStyleTag" : errors 1`] = `Array []`;
27
+ exports [` "injectType" option should work when the "injectType" option is "autoStyleTag": errors 1` ] = ` []` ;
28
28
29
- exports[`"injectType" option should work when the " injectType" option is " autoStyleTag" : warnings 1`] = `Array []`;
29
+ exports [` "injectType" option should work when the "injectType" option is "autoStyleTag": warnings 1` ] = ` []` ;
30
30
31
- exports[`"injectType" option should work when the " injectType" option is " lazyAutoStyleTag" with non DOM environment: errors 1`] = `Array []`;
31
+ exports [` "injectType" option should work when the "injectType" option is "lazyAutoStyleTag" with non DOM environment: errors 1` ] = ` []` ;
32
32
33
- exports[`"injectType" option should work when the " injectType" option is " lazyAutoStyleTag" with non DOM environment: warnings 1`] = `Array []`;
33
+ exports [` "injectType" option should work when the "injectType" option is "lazyAutoStyleTag" with non DOM environment: warnings 1` ] = ` []` ;
34
34
35
35
exports [` "injectType" option should work when the "injectType" option is "lazyAutoStyleTag": DOM 1` ] = `
36
36
"<!DOCTYPE html><html ><head >
37
37
<title >style-loader test</title >
38
- <style id=\\ " existing-style\\ ">.existing { color : yellow } </style>
38
+ <style id = " existing-style" >.existing { color : yellow } </style >
39
39
<style >body {
40
40
color : red ;
41
41
}
@@ -45,25 +45,25 @@ exports[`"injectType" option should work when the "injectType" option is "lazyAu
45
45
</style ></head >
46
46
<body >
47
47
<h1 >Body</h1 >
48
- <div class =\\ "target\\ "></div>
49
- <iframe class =\\ "iframeTarget\\ "></iframe>
48
+ <div class = " target" ></div >
49
+ <iframe class = " iframeTarget" ></iframe >
50
50
51
51
52
52
</body ></html >"
53
53
` ;
54
54
55
- exports[`"injectType" option should work when the " injectType" option is " lazyAutoStyleTag" : errors 1`] = `Array []`;
55
+ exports [` "injectType" option should work when the "injectType" option is "lazyAutoStyleTag": errors 1` ] = ` []` ;
56
56
57
- exports[`"injectType" option should work when the " injectType" option is " lazyAutoStyleTag" : warnings 1`] = `Array []`;
57
+ exports [` "injectType" option should work when the "injectType" option is "lazyAutoStyleTag": warnings 1` ] = ` []` ;
58
58
59
- exports[`"injectType" option should work when the " injectType" option is " lazySingletonStyleTag" with non DOM environment: errors 1`] = `Array []`;
59
+ exports [` "injectType" option should work when the "injectType" option is "lazySingletonStyleTag" with non DOM environment: errors 1` ] = ` []` ;
60
60
61
- exports[`"injectType" option should work when the " injectType" option is " lazySingletonStyleTag" with non DOM environment: warnings 1`] = `Array []`;
61
+ exports [` "injectType" option should work when the "injectType" option is "lazySingletonStyleTag" with non DOM environment: warnings 1` ] = ` []` ;
62
62
63
63
exports [` "injectType" option should work when the "injectType" option is "lazySingletonStyleTag": DOM 1` ] = `
64
64
"<!DOCTYPE html><html ><head >
65
65
<title >style-loader test</title >
66
- <style id=\\ " existing-style\\ ">.existing { color : yellow } </style>
66
+ <style id = " existing-style" >.existing { color : yellow } </style >
67
67
<style >body {
68
68
color : red ;
69
69
}
73
73
</style ></head >
74
74
<body >
75
75
<h1 >Body</h1 >
76
- <div class =\\ "target\\ "></div>
77
- <iframe class =\\ "iframeTarget\\ "></iframe>
76
+ <div class = " target" ></div >
77
+ <iframe class = " iframeTarget" ></iframe >
78
78
79
79
80
80
</body ></html >"
81
81
` ;
82
82
83
- exports[`"injectType" option should work when the " injectType" option is " lazySingletonStyleTag" : errors 1`] = `Array []`;
83
+ exports [` "injectType" option should work when the "injectType" option is "lazySingletonStyleTag": errors 1` ] = ` []` ;
84
84
85
- exports[`"injectType" option should work when the " injectType" option is " lazySingletonStyleTag" : warnings 1`] = `Array []`;
85
+ exports [` "injectType" option should work when the "injectType" option is "lazySingletonStyleTag": warnings 1` ] = ` []` ;
86
86
87
- exports[`"injectType" option should work when the " injectType" option is " lazyStyleTag" with non DOM environment: errors 1`] = `Array []`;
87
+ exports [` "injectType" option should work when the "injectType" option is "lazyStyleTag" with non DOM environment: errors 1` ] = ` []` ;
88
88
89
- exports[`"injectType" option should work when the " injectType" option is " lazyStyleTag" with non DOM environment: warnings 1`] = `Array []`;
89
+ exports [` "injectType" option should work when the "injectType" option is "lazyStyleTag" with non DOM environment: warnings 1` ] = ` []` ;
90
90
91
91
exports [` "injectType" option should work when the "injectType" option is "lazyStyleTag": DOM 1` ] = `
92
92
"<!DOCTYPE html><html ><head >
93
93
<title >style-loader test</title >
94
- <style id=\\ " existing-style\\ ">.existing { color : yellow } </style>
94
+ <style id = " existing-style" >.existing { color : yellow } </style >
95
95
<style >body {
96
96
color : red ;
97
97
}
@@ -101,47 +101,47 @@ exports[`"injectType" option should work when the "injectType" option is "lazySt
101
101
</style ></head >
102
102
<body >
103
103
<h1 >Body</h1 >
104
- <div class =\\ "target\\ "></div>
105
- <iframe class =\\ "iframeTarget\\ "></iframe>
104
+ <div class = " target" ></div >
105
+ <iframe class = " iframeTarget" ></iframe >
106
106
107
107
108
108
</body ></html >"
109
109
` ;
110
110
111
- exports[`"injectType" option should work when the " injectType" option is " lazyStyleTag" : errors 1`] = `Array []`;
111
+ exports [` "injectType" option should work when the "injectType" option is "lazyStyleTag": errors 1` ] = ` []` ;
112
112
113
- exports[`"injectType" option should work when the " injectType" option is " lazyStyleTag" : warnings 1`] = `Array []`;
113
+ exports [` "injectType" option should work when the "injectType" option is "lazyStyleTag": warnings 1` ] = ` []` ;
114
114
115
- exports[`"injectType" option should work when the " injectType" option is " linkTag" with non DOM environment: errors 1`] = `Array []`;
115
+ exports [` "injectType" option should work when the "injectType" option is "linkTag" with non DOM environment: errors 1` ] = ` []` ;
116
116
117
- exports[`"injectType" option should work when the " injectType" option is " linkTag" with non DOM environment: warnings 1`] = `Array []`;
117
+ exports [` "injectType" option should work when the "injectType" option is "linkTag" with non DOM environment: warnings 1` ] = ` []` ;
118
118
119
119
exports [` "injectType" option should work when the "injectType" option is "linkTag": DOM 1` ] = `
120
120
"<!DOCTYPE html><html ><head >
121
121
<title >style-loader test</title >
122
- <style id=\\ " existing-style\\ ">.existing { color : yellow } </style>
123
- <link rel =\\ "stylesheet\\ " href =\\ "style.css\\ "><link rel =\\ "stylesheet\\ " href =\\ "style-other.css\\ "></head>
122
+ <style id = " existing-style" >.existing { color : yellow } </style >
123
+ <link rel = " stylesheet" href = " style.css" ><link rel = " stylesheet" href = " style-other.css" ></head >
124
124
<body >
125
125
<h1 >Body</h1 >
126
- <div class =\\ "target\\ "></div>
127
- <iframe class =\\ "iframeTarget\\ "></iframe>
126
+ <div class = " target" ></div >
127
+ <iframe class = " iframeTarget" ></iframe >
128
128
129
129
130
130
</body ></html >"
131
131
`;
132
132
133
- exports[`"injectType" option should work when the " injectType" option is " linkTag" : errors 1`] = `Array []`;
133
+ exports[`"injectType" option should work when the "injectType" option is "linkTag": errors 1`] = `[]`;
134
134
135
- exports[`"injectType" option should work when the " injectType" option is " linkTag" : warnings 1`] = `Array []`;
135
+ exports[`"injectType" option should work when the "injectType" option is "linkTag": warnings 1`] = `[]`;
136
136
137
- exports[`"injectType" option should work when the " injectType" option is " singletonStyleTag" with non DOM environment: errors 1`] = `Array []`;
137
+ exports[`"injectType" option should work when the "injectType" option is "singletonStyleTag" with non DOM environment: errors 1`] = `[]`;
138
138
139
- exports[`"injectType" option should work when the " injectType" option is " singletonStyleTag" with non DOM environment: warnings 1`] = `Array []`;
139
+ exports[`"injectType" option should work when the "injectType" option is "singletonStyleTag" with non DOM environment: warnings 1`] = `[]`;
140
140
141
141
exports[`"injectType" option should work when the "injectType" option is "singletonStyleTag": DOM 1`] = `
142
142
"<!DOCTYPE html><html ><head >
143
143
<title >style-loader test</title >
144
- <style id=\\ " existing-style\\ ">.existing { color : yellow } </style>
144
+ <style id = " existing-style" >.existing { color : yellow } </style >
145
145
<style >body {
146
146
color : red ;
147
147
}
@@ -151,25 +151,25 @@ h1 {
151
151
</style ></head >
152
152
<body >
153
153
<h1 >Body</h1 >
154
- <div class =\\ "target\\ "></div>
155
- <iframe class =\\ "iframeTarget\\ "></iframe>
154
+ <div class = " target" ></div >
155
+ <iframe class = " iframeTarget" ></iframe >
156
156
157
157
158
158
</body ></html >"
159
159
`;
160
160
161
- exports[`"injectType" option should work when the " injectType" option is " singletonStyleTag" : errors 1`] = `Array []`;
161
+ exports[`"injectType" option should work when the "injectType" option is "singletonStyleTag": errors 1`] = `[]`;
162
162
163
- exports[`"injectType" option should work when the " injectType" option is " singletonStyleTag" : warnings 1`] = `Array []`;
163
+ exports[`"injectType" option should work when the "injectType" option is "singletonStyleTag": warnings 1`] = `[]`;
164
164
165
- exports[`"injectType" option should work when the " injectType" option is " styleTag" with non DOM environment: errors 1`] = `Array []`;
165
+ exports[`"injectType" option should work when the "injectType" option is "styleTag" with non DOM environment: errors 1`] = `[]`;
166
166
167
- exports[`"injectType" option should work when the " injectType" option is " styleTag" with non DOM environment: warnings 1`] = `Array []`;
167
+ exports[`"injectType" option should work when the "injectType" option is "styleTag" with non DOM environment: warnings 1`] = `[]`;
168
168
169
169
exports[`"injectType" option should work when the "injectType" option is "styleTag": DOM 1`] = `
170
170
"<!DOCTYPE html><html ><head >
171
171
<title >style-loader test</title >
172
- <style id=\\ " existing-style\\ ">.existing { color : yellow } </style>
172
+ <style id = " existing-style" >.existing { color : yellow } </style >
173
173
<style >body {
174
174
color : red ;
175
175
}
@@ -179,13 +179,13 @@ exports[`"injectType" option should work when the "injectType" option is "styleT
179
179
</style ></head >
180
180
<body >
181
181
<h1 >Body</h1 >
182
- <div class =\\ "target\\ "></div>
183
- <iframe class =\\ "iframeTarget\\ "></iframe>
182
+ <div class = " target" ></div >
183
+ <iframe class = " iframeTarget" ></iframe >
184
184
185
185
186
186
</body ></html >"
187
187
`;
188
188
189
- exports[`"injectType" option should work when the " injectType" option is " styleTag" : errors 1`] = `Array []`;
189
+ exports[`"injectType" option should work when the "injectType" option is "styleTag": errors 1`] = `[]`;
190
190
191
- exports[`"injectType" option should work when the " injectType" option is " styleTag" : warnings 1`] = `Array []`;
191
+ exports[`"injectType" option should work when the "injectType" option is "styleTag": warnings 1`] = `[]`;
0 commit comments