|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`"cache" option should work with "false" value for the "cache" option: assets 1`] = ` |
| 4 | +Object { |
| 5 | + "five.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 6 | + "four.css": "h1{color:green}h2{color:#ff0}", |
| 7 | + "one.css": "a{text-align:center}", |
| 8 | + "three.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 9 | + "two.css": "a{text-align:center}", |
| 10 | +} |
| 11 | +`; |
| 12 | + |
| 13 | +exports[`"cache" option should work with "false" value for the "cache" option: assets 2`] = ` |
| 14 | +Object { |
| 15 | + "five.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 16 | + "four.css": "h1{color:green}h2{color:#ff0}", |
| 17 | + "one.css": "a{text-align:center}", |
| 18 | + "three.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 19 | + "two.css": "a{text-align:center}", |
| 20 | +} |
| 21 | +`; |
| 22 | + |
| 23 | +exports[`"cache" option should work with "false" value for the "cache" option: errors 1`] = `Array []`; |
| 24 | + |
| 25 | +exports[`"cache" option should work with "false" value for the "cache" option: errors 2`] = `Array []`; |
| 26 | + |
| 27 | +exports[`"cache" option should work with "false" value for the "cache" option: warnings 1`] = `Array []`; |
| 28 | + |
| 29 | +exports[`"cache" option should work with "false" value for the "cache" option: warnings 2`] = `Array []`; |
| 30 | + |
| 31 | +exports[`"cache" option should work with "filesystem" value for the "cache.type" option: assets 1`] = ` |
| 32 | +Object { |
| 33 | + "five.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 34 | + "four.css": "h1{color:green}h2{color:#ff0}", |
| 35 | + "one.css": "a{text-align:center}", |
| 36 | + "three.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 37 | + "two.css": "a{text-align:center}", |
| 38 | +} |
| 39 | +`; |
| 40 | + |
| 41 | +exports[`"cache" option should work with "filesystem" value for the "cache.type" option: assets 2`] = ` |
| 42 | +Object { |
| 43 | + "five.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 44 | + "four.css": "h1{color:green}h2{color:#ff0}", |
| 45 | + "one.css": "a{text-align:center}", |
| 46 | + "three.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 47 | + "two.css": "a{text-align:center}", |
| 48 | +} |
| 49 | +`; |
| 50 | + |
| 51 | +exports[`"cache" option should work with "filesystem" value for the "cache.type" option: errors 1`] = `Array []`; |
| 52 | + |
| 53 | +exports[`"cache" option should work with "filesystem" value for the "cache.type" option: errors 2`] = `Array []`; |
| 54 | + |
| 55 | +exports[`"cache" option should work with "filesystem" value for the "cache.type" option: warnings 1`] = `Array []`; |
| 56 | + |
| 57 | +exports[`"cache" option should work with "filesystem" value for the "cache.type" option: warnings 2`] = `Array []`; |
| 58 | + |
| 59 | +exports[`"cache" option should work with "memory" value for the "cache.type" option: assets 1`] = ` |
| 60 | +Object { |
| 61 | + "five.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 62 | + "four.css": "h1{color:green}h2{color:#ff0}", |
| 63 | + "one.css": "a{text-align:center}", |
| 64 | + "three.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 65 | + "two.css": "a{text-align:center}", |
| 66 | +} |
| 67 | +`; |
| 68 | + |
| 69 | +exports[`"cache" option should work with "memory" value for the "cache.type" option: assets 2`] = ` |
| 70 | +Object { |
| 71 | + "five.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 72 | + "four.css": "h1{color:green}h2{color:#ff0}", |
| 73 | + "one.css": "a{text-align:center}", |
| 74 | + "three.css": "body{color:red;font-size:20px}a{color:#00f}", |
| 75 | + "two.css": "a{text-align:center}", |
| 76 | +} |
| 77 | +`; |
| 78 | + |
| 79 | +exports[`"cache" option should work with "memory" value for the "cache.type" option: errors 1`] = `Array []`; |
| 80 | + |
| 81 | +exports[`"cache" option should work with "memory" value for the "cache.type" option: errors 2`] = `Array []`; |
| 82 | + |
| 83 | +exports[`"cache" option should work with "memory" value for the "cache.type" option: warnings 1`] = `Array []`; |
| 84 | + |
| 85 | +exports[`"cache" option should work with "memory" value for the "cache.type" option: warnings 2`] = `Array []`; |
0 commit comments