@@ -192,7 +192,7 @@ exports[`"cache" option should match snapshot for the "true" value and extract c
192
192
193
193
exports[`"cache" option should match snapshot for the "true" value and extract comments in different files: warnings 2`] = `Array []`;
194
194
195
- exports[`"cache" option should match snapshot for the "true" value and extract comments in one files : assets 1`] = `
195
+ exports[`"cache" option should match snapshot for the "true" value and extract comments in the one file : assets 1`] = `
196
196
Object {
197
197
"4.4.js": "/*! For license information please see licenses.txt */
198
198
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{4:function(n,o){n.exports=Math.random()}}]);",
@@ -245,7 +245,7 @@ Object {
245
245
}
246
246
`;
247
247
248
- exports[`"cache" option should match snapshot for the "true" value and extract comments in one files : assets 2`] = `
248
+ exports[`"cache" option should match snapshot for the "true" value and extract comments in the one file : assets 2`] = `
249
249
Object {
250
250
"4.4.js": "/*! For license information please see licenses.txt */
251
251
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{4:function(n,o){n.exports=Math.random()}}]);",
@@ -298,13 +298,13 @@ Object {
298
298
}
299
299
`;
300
300
301
- exports[`"cache" option should match snapshot for the "true" value and extract comments in one files : errors 1`] = `Array []`;
301
+ exports[`"cache" option should match snapshot for the "true" value and extract comments in the one file : errors 1`] = `Array []`;
302
302
303
- exports[`"cache" option should match snapshot for the "true" value and extract comments in one files : errors 2`] = `Array []`;
303
+ exports[`"cache" option should match snapshot for the "true" value and extract comments in the one file : errors 2`] = `Array []`;
304
304
305
- exports[`"cache" option should match snapshot for the "true" value and extract comments in one files : warnings 1`] = `Array []`;
305
+ exports[`"cache" option should match snapshot for the "true" value and extract comments in the one file : warnings 1`] = `Array []`;
306
306
307
- exports[`"cache" option should match snapshot for the "true" value and extract comments in one files : warnings 2`] = `Array []`;
307
+ exports[`"cache" option should match snapshot for the "true" value and extract comments in the one file : warnings 2`] = `Array []`;
308
308
309
309
exports[`"cache" option should match snapshot for the "true" value and source maps: assets 1`] = `
310
310
Object {
0 commit comments