|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`when applied with \`cache\` option matches snapshot for \`false\` value: assets 1`] = ` |
| 4 | +Array [ |
| 5 | + "1.async.9ada34e1a37e6db8ef40.js", |
| 6 | + "1.async.9ada34e1a37e6db8ef40.js.gz", |
| 7 | + "5b1f36bc41ab31f5b801d48ba1d65781.png", |
| 8 | + "5b1f36bc41ab31f5b801d48ba1d65781.png.gz", |
| 9 | + "96621d3c37d96ad3bf792fcc848d912f.svg", |
| 10 | + "96621d3c37d96ad3bf792fcc848d912f.svg.gz", |
| 11 | + "js.f0111e97a13538df48f2.js", |
| 12 | + "js.f0111e97a13538df48f2.js.gz", |
| 13 | +] |
| 14 | +`; |
| 15 | + |
| 16 | +exports[`when applied with \`cache\` option matches snapshot for \`false\` value: errors 1`] = `Array []`; |
| 17 | + |
| 18 | +exports[`when applied with \`cache\` option matches snapshot for \`false\` value: warnings 1`] = `Array []`; |
| 19 | + |
| 20 | +exports[`when applied with \`cache\` option matches snapshot for \`true\` value: 1.async.9ada34e1a37e6db8ef40.js 1`] = ` |
| 21 | +Array [ |
| 22 | + "1.async.9ada34e1a37e6db8ef40.js", |
| 23 | + "c19de9cd1850eadbe1cb6718a4fdf014", |
| 24 | +] |
| 25 | +`; |
| 26 | + |
| 27 | +exports[`when applied with \`cache\` option matches snapshot for \`true\` value: 5b1f36bc41ab31f5b801d48ba1d65781.png 1`] = ` |
| 28 | +Array [ |
| 29 | + "5b1f36bc41ab31f5b801d48ba1d65781.png", |
| 30 | + "09a1a1112c577c2794359715edfcb5ac", |
| 31 | +] |
| 32 | +`; |
| 33 | + |
| 34 | +exports[`when applied with \`cache\` option matches snapshot for \`true\` value: 96621d3c37d96ad3bf792fcc848d912f.svg 1`] = ` |
| 35 | +Array [ |
| 36 | + "96621d3c37d96ad3bf792fcc848d912f.svg", |
| 37 | + "23fc1d3ac606d117e05a140e0de79806", |
| 38 | +] |
| 39 | +`; |
| 40 | + |
| 41 | +exports[`when applied with \`cache\` option matches snapshot for \`true\` value: assets 1`] = ` |
| 42 | +Array [ |
| 43 | + "1.async.9ada34e1a37e6db8ef40.js", |
| 44 | + "1.async.9ada34e1a37e6db8ef40.js.gz", |
| 45 | + "5b1f36bc41ab31f5b801d48ba1d65781.png", |
| 46 | + "5b1f36bc41ab31f5b801d48ba1d65781.png.gz", |
| 47 | + "96621d3c37d96ad3bf792fcc848d912f.svg", |
| 48 | + "96621d3c37d96ad3bf792fcc848d912f.svg.gz", |
| 49 | + "js.f0111e97a13538df48f2.js", |
| 50 | + "js.f0111e97a13538df48f2.js.gz", |
| 51 | +] |
| 52 | +`; |
| 53 | + |
| 54 | +exports[`when applied with \`cache\` option matches snapshot for \`true\` value: assets 2`] = ` |
| 55 | +Array [ |
| 56 | + "1.async.9ada34e1a37e6db8ef40.js", |
| 57 | + "1.async.9ada34e1a37e6db8ef40.js.gz", |
| 58 | + "5b1f36bc41ab31f5b801d48ba1d65781.png", |
| 59 | + "5b1f36bc41ab31f5b801d48ba1d65781.png.gz", |
| 60 | + "96621d3c37d96ad3bf792fcc848d912f.svg", |
| 61 | + "96621d3c37d96ad3bf792fcc848d912f.svg.gz", |
| 62 | + "js.f0111e97a13538df48f2.js", |
| 63 | + "js.f0111e97a13538df48f2.js.gz", |
| 64 | +] |
| 65 | +`; |
| 66 | + |
| 67 | +exports[`when applied with \`cache\` option matches snapshot for \`true\` value: errors 1`] = `Array []`; |
| 68 | + |
| 69 | +exports[`when applied with \`cache\` option matches snapshot for \`true\` value: errors 2`] = `Array []`; |
| 70 | + |
| 71 | +exports[`when applied with \`cache\` option matches snapshot for \`true\` value: js.f0111e97a13538df48f2.js 1`] = ` |
| 72 | +Array [ |
| 73 | + "js.f0111e97a13538df48f2.js", |
| 74 | + "1c64a5f14981dc0e16e7e9ef6cb1d7e4", |
| 75 | +] |
| 76 | +`; |
| 77 | + |
| 78 | +exports[`when applied with \`cache\` option matches snapshot for \`true\` value: warnings 1`] = `Array []`; |
| 79 | + |
| 80 | +exports[`when applied with \`cache\` option matches snapshot for \`true\` value: warnings 2`] = `Array []`; |
0 commit comments