You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/__snapshots__/middleware.test.js.snap
+18-18
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
-
exports[`middleware basic should respect the "stats" option from the configuration in multi-compiler mode and use the "name" option should return the "200" code for "GET" requests to bundle files 1`] =`
3
+
exports[`express framework: middleware basic should respect the "stats" option from the configuration in multi-compiler mode and use the "name" option should return the "200" code for "GET" requests to bundle files 1`] =`
4
4
Array [
5
5
Array [
6
6
"webpack-dev-middleware",
@@ -47,7 +47,7 @@ Array [
47
47
]
48
48
`;
49
49
50
-
exports[`middleware basic should respect the "stats" option from the configuration in multi-compiler mode should return the "200" code for the "GET" request to bundle files 1`] =`
50
+
exports[`express framework: middleware basic should respect the "stats" option from the configuration in multi-compiler mode should return the "200" code for the "GET" request to bundle files 1`] =`
51
51
Array [
52
52
Array [
53
53
"webpack-dev-middleware",
@@ -87,7 +87,7 @@ Array [
87
87
]
88
88
`;
89
89
90
-
exports[`middleware basic should respect the "stats" option in multi-compiler mode should return the "200" code for the "GET" requests to bundles file 1`] =`
90
+
exports[`express framework: middleware basic should respect the "stats" option in multi-compiler mode should return the "200" code for the "GET" requests to bundles file 1`] =`
91
91
Array [
92
92
Array [
93
93
"webpack-dev-middleware",
@@ -134,7 +134,7 @@ Array [
134
134
]
135
135
`;
136
136
137
-
exports[`middleware basic should respect the "stats" option with the "{all: false, entrypoints: true}" value from the configuration should return the "200" code for the "GET" request to the bundle file 1`] =`
137
+
exports[`express framework: middleware basic should respect the "stats" option with the "{all: false, entrypoints: true}" value from the configuration should return the "200" code for the "GET" request to the bundle file 1`] =`
138
138
Array [
139
139
Array [
140
140
"webpack-dev-middleware",
@@ -160,7 +160,7 @@ Array [
160
160
]
161
161
`;
162
162
163
-
exports[`middleware basic should respect the "stats" option with the "false" value from the configuration should return the "200" code for the "GET" request to the bundle file 1`] =`
163
+
exports[`express framework: middleware basic should respect the "stats" option with the "false" value from the configuration should return the "200" code for the "GET" request to the bundle file 1`] =`
164
164
Array [
165
165
Array [
166
166
"webpack-dev-middleware",
@@ -179,7 +179,7 @@ Array [
179
179
]
180
180
`;
181
181
182
-
exports[`middleware basic should respect the "stats" option with the "minimal" value from the configuration should return the "200" code for the "GET" request to the bundle file 1`] =`
182
+
exports[`express framework: middleware basic should respect the "stats" option with the "minimal" value from the configuration should return the "200" code for the "GET" request to the bundle file 1`] =`
183
183
Array [
184
184
Array [
185
185
"webpack-dev-middleware",
@@ -205,7 +205,7 @@ Array [
205
205
]
206
206
`;
207
207
208
-
exports[`middleware basic should respect the "stats" option with the "none" value from the configuration should return the "200" code for the "GET" request to the bundle file 1`] =`
208
+
exports[`express framework: middleware basic should respect the "stats" option with the "none" value from the configuration should return the "200" code for the "GET" request to the bundle file 1`] =`
209
209
Array [
210
210
Array [
211
211
"webpack-dev-middleware",
@@ -224,11 +224,11 @@ Array [
224
224
]
225
225
`;
226
226
227
-
exports[`middleware basic should throw an error on "run" when we watching should logging an error 1`] =`"You ran Webpack twice. Each instance only supports a single concurrent compilation at a time."`;
227
+
exports[`express framework: middleware basic should throw an error on "run" when we watching should logging an error 1`] =`"You ran Webpack twice. Each instance only supports a single concurrent compilation at a time."`;
228
228
229
-
exports[`middleware basic should throw an error on "watch" when we watching should logging an error 1`] =`"You ran Webpack twice. Each instance only supports a single concurrent compilation at a time."`;
229
+
exports[`express framework: middleware basic should throw an error on "watch" when we watching should logging an error 1`] =`"You ran Webpack twice. Each instance only supports a single concurrent compilation at a time."`;
230
230
231
-
exports[`middleware logger should logging an error from the "fs.mkdir" method when the "writeToDisk" option is "true" should logging 1`] =`
231
+
exports[`express framework: middleware logger should logging an error from the "fs.mkdir" method when the "writeToDisk" option is "true" should logging 1`] =`
232
232
Array [
233
233
Array [
234
234
"webpack-dev-middleware",
@@ -240,7 +240,7 @@ Array [
240
240
]
241
241
`;
242
242
243
-
exports[`middleware logger should logging an error from the "fs.writeFile" method when the "writeToDisk" option is "true" should logging 1`] =`
243
+
exports[`express framework: middleware logger should logging an error from the "fs.writeFile" method when the "writeToDisk" option is "true" should logging 1`] =`
244
244
Array [
245
245
Array [
246
246
"webpack-dev-middleware",
@@ -252,7 +252,7 @@ Array [
252
252
]
253
253
`;
254
254
255
-
exports[`middleware logger should logging an error in "watch" method should logging on startup 1`] =`
255
+
exports[`express framework: middleware logger should logging an error in "watch" method should logging on startup 1`] =`
256
256
Array [
257
257
Array [
258
258
"webpack-dev-middleware",
@@ -264,7 +264,7 @@ Array [
264
264
]
265
265
`;
266
266
267
-
exports[`middleware logger should logging an warning should logging 1`] =`
267
+
exports[`express framework: middleware logger should logging an warning should logging 1`] =`
268
268
Array [
269
269
Array [
270
270
"webpack-dev-middleware",
@@ -318,7 +318,7 @@ Array [
318
318
]
319
319
`;
320
320
321
-
exports[`middleware logger should logging on successfully build in multi-compiler mode should logging 1`] =`
321
+
exports[`express framework: middleware logger should logging on successfully build in multi-compiler mode should logging 1`] =`
322
322
Array [
323
323
Array [
324
324
"webpack-dev-middleware",
@@ -372,7 +372,7 @@ Array [
372
372
]
373
373
`;
374
374
375
-
exports[`middleware logger should logging on successfully build should logging 1`] =`
375
+
exports[`express framework: middleware logger should logging on successfully build should logging 1`] =`
376
376
Array [
377
377
Array [
378
378
"webpack-dev-middleware",
@@ -412,7 +412,7 @@ Array [
412
412
]
413
413
`;
414
414
415
-
exports[`middleware logger should logging on unsuccessful build in multi-compiler should logging 1`] =`
415
+
exports[`express framework: middleware logger should logging on unsuccessful build in multi-compiler should logging 1`] =`
416
416
Array [
417
417
Array [
418
418
"webpack-dev-middleware",
@@ -494,7 +494,7 @@ Array [
494
494
]
495
495
`;
496
496
497
-
exports[`middleware logger should logging on unsuccessful build should logging 1`] =`
497
+
exports[`express framework: middleware logger should logging on unsuccessful build should logging 1`] =`
498
498
Array [
499
499
Array [
500
500
"webpack-dev-middleware",
@@ -548,7 +548,7 @@ Array [
548
548
]
549
549
`;
550
550
551
-
exports[`middleware logger should logging warnings in multi-compiler mode should logging 1`] =`
551
+
exports[`express framework: middleware logger should logging warnings in multi-compiler mode should logging 1`] =`
0 commit comments