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 []` ;
4
+
5
+ exports [` "injectType" option should work when the "injectType" option is "autoStyleTag" with non DOM environment: warnings 1` ] = ` Array []` ;
6
+
3
7
exports [` "injectType" option should work when the "injectType" option is "autoStyleTag": DOM 1` ] = `
4
8
"<!DOCTYPE html><html ><head >
5
9
<title >style-loader test</title >
@@ -24,6 +28,10 @@ exports[`"injectType" option should work when the "injectType" option is "autoSt
24
28
25
29
exports[`"injectType" option should work when the " injectType" option is " autoStyleTag" : warnings 1`] = `Array []`;
26
30
31
+ exports[`"injectType" option should work when the " injectType" option is " lazyAutoStyleTag" with non DOM environment: errors 1`] = `Array []`;
32
+
33
+ exports[`"injectType" option should work when the " injectType" option is " lazyAutoStyleTag" with non DOM environment: warnings 1`] = `Array []`;
34
+
27
35
exports[`"injectType" option should work when the " injectType" option is " lazyAutoStyleTag" : DOM 1`] = `
28
36
" <!DOCTYPE html><html><head>
29
37
<title>style-loader test</title>
@@ -48,6 +56,10 @@ exports[`"injectType" option should work when the "injectType" option is "lazyAu
48
56
49
57
exports[`"injectType" option should work when the " injectType" option is " lazyAutoStyleTag" : warnings 1`] = `Array []`;
50
58
59
+ exports[`"injectType" option should work when the " injectType" option is " lazySingletonStyleTag" with non DOM environment: errors 1`] = `Array []`;
60
+
61
+ exports[`"injectType" option should work when the " injectType" option is " lazySingletonStyleTag" with non DOM environment: warnings 1`] = `Array []`;
62
+
51
63
exports[`"injectType" option should work when the " injectType" option is " lazySingletonStyleTag" : DOM 1`] = `
52
64
" <!DOCTYPE html><html><head>
53
65
<title>style-loader test</title>
@@ -72,6 +84,10 @@ exports[`"injectType" option should work when the "injectType" option is "lazySi
72
84
73
85
exports[`"injectType" option should work when the " injectType" option is " lazySingletonStyleTag" : warnings 1`] = `Array []`;
74
86
87
+ exports[`"injectType" option should work when the " injectType" option is " lazyStyleTag" with non DOM environment: errors 1`] = `Array []`;
88
+
89
+ exports[`"injectType" option should work when the " injectType" option is " lazyStyleTag" with non DOM environment: warnings 1`] = `Array []`;
90
+
75
91
exports[`"injectType" option should work when the " injectType" option is " lazyStyleTag" : DOM 1`] = `
76
92
" <!DOCTYPE html><html><head>
77
93
<title>style-loader test</title>
@@ -96,6 +112,10 @@ exports[`"injectType" option should work when the "injectType" option is "lazySt
96
112
97
113
exports[`"injectType" option should work when the " injectType" option is " lazyStyleTag" : warnings 1`] = `Array []`;
98
114
115
+ exports[`"injectType" option should work when the " injectType" option is " linkTag" with non DOM environment: errors 1`] = `Array []`;
116
+
117
+ exports[`"injectType" option should work when the " injectType" option is " linkTag" with non DOM environment: warnings 1`] = `Array []`;
118
+
99
119
exports[`"injectType" option should work when the " injectType" option is " linkTag" : DOM 1`] = `
100
120
" <!DOCTYPE html><html><head>
101
121
<title>style-loader test</title>
@@ -114,6 +134,10 @@ exports[`"injectType" option should work when the "injectType" option is "linkTa
114
134
115
135
exports[`"injectType" option should work when the " injectType" option is " linkTag" : warnings 1`] = `Array []`;
116
136
137
+ exports[`"injectType" option should work when the " injectType" option is " singletonStyleTag" with non DOM environment: errors 1`] = `Array []`;
138
+
139
+ exports[`"injectType" option should work when the " injectType" option is " singletonStyleTag" with non DOM environment: warnings 1`] = `Array []`;
140
+
117
141
exports[`"injectType" option should work when the " injectType" option is " singletonStyleTag" : DOM 1`] = `
118
142
" <!DOCTYPE html><html><head>
119
143
<title>style-loader test</title>
@@ -138,6 +162,10 @@ exports[`"injectType" option should work when the "injectType" option is "single
138
162
139
163
exports[`"injectType" option should work when the " injectType" option is " singletonStyleTag" : warnings 1`] = `Array []`;
140
164
165
+ exports[`"injectType" option should work when the " injectType" option is " styleTag" with non DOM environment: errors 1`] = `Array []`;
166
+
167
+ exports[`"injectType" option should work when the " injectType" option is " styleTag" with non DOM environment: warnings 1`] = `Array []`;
168
+
141
169
exports[`"injectType" option should work when the " injectType" option is " styleTag" : DOM 1`] = `
142
170
" <!DOCTYPE html><html><head>
143
171
<title>style-loader test</title>
0 commit comments