Skip to content

Commit 0e21d92

Browse files
test: cache (#316)
1 parent 5de108d commit 0e21d92

File tree

3 files changed

+537
-8
lines changed

3 files changed

+537
-8
lines changed

test/__snapshots__/cache-option.test.js.snap.webpack4

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ exports[`"cache" option should match snapshot for the "true" value and extract c
192192

193193
exports[`"cache" option should match snapshot for the "true" value and extract comments in different files: warnings 2`] = `Array []`;
194194

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`] = `
196196
Object {
197197
"4.4.js": "/*! For license information please see licenses.txt */
198198
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{4:function(n,o){n.exports=Math.random()}}]);",
@@ -245,7 +245,7 @@ Object {
245245
}
246246
`;
247247

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`] = `
249249
Object {
250250
"4.4.js": "/*! For license information please see licenses.txt */
251251
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{4:function(n,o){n.exports=Math.random()}}]);",
@@ -298,13 +298,13 @@ Object {
298298
}
299299
`;
300300

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 []`;
302302

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 []`;
304304

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 []`;
306306

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 []`;
308308

309309
exports[`"cache" option should match snapshot for the "true" value and source maps: assets 1`] = `
310310
Object {

0 commit comments

Comments
 (0)