|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 |
| -exports[`Options Plugins should work Plugins - {Array}: css 1`] = `"module.exports = \\"a { color: rgba(255, 0, 0, 1.0) }\\\\n\\""`; |
| 3 | +exports[`Options Plugins should work Plugins - {Array}: css 1`] = ` |
| 4 | +"a { color: rgba(255, 0, 0, 1.0) } |
| 5 | +" |
| 6 | +`; |
4 | 7 |
|
5 | 8 | exports[`Options Plugins should work Plugins - {Array}: errors 1`] = `Array []`;
|
6 | 9 |
|
7 | 10 | exports[`Options Plugins should work Plugins - {Array}: warnings 1`] = `Array []`;
|
8 | 11 |
|
9 |
| -exports[`Options Plugins should work Plugins - {Function} - {Array}: css 1`] = `"module.exports = \\"a { color: rgba(255, 0, 0, 1.0) }\\\\n\\""`; |
| 12 | +exports[`Options Plugins should work Plugins - {Function} - {Array}: css 1`] = ` |
| 13 | +"a { color: rgba(255, 0, 0, 1.0) } |
| 14 | +" |
| 15 | +`; |
10 | 16 |
|
11 | 17 | exports[`Options Plugins should work Plugins - {Function} - {Array}: errors 1`] = `Array []`;
|
12 | 18 |
|
13 | 19 | exports[`Options Plugins should work Plugins - {Function} - {Array}: warnings 1`] = `Array []`;
|
14 | 20 |
|
15 |
| -exports[`Options Plugins should work Plugins - {Function} - {Object}: css 1`] = `"module.exports = \\"a { color: rgba(255, 0, 0, 1.0) }\\\\n\\""`; |
| 21 | +exports[`Options Plugins should work Plugins - {Function} - {Object}: css 1`] = ` |
| 22 | +"a { color: rgba(255, 0, 0, 1.0) } |
| 23 | +" |
| 24 | +`; |
16 | 25 |
|
17 | 26 | exports[`Options Plugins should work Plugins - {Function} - {Object}: errors 1`] = `Array []`;
|
18 | 27 |
|
19 | 28 | exports[`Options Plugins should work Plugins - {Function} - {Object}: warnings 1`] = `Array []`;
|
20 | 29 |
|
21 |
| -exports[`Options Plugins should work Plugins - {Object}: css 1`] = `"module.exports = \\"a { color: rgba(255, 0, 0, 1.0) }\\\\n\\""`; |
| 30 | +exports[`Options Plugins should work Plugins - {Object}: css 1`] = ` |
| 31 | +"a { color: rgba(255, 0, 0, 1.0) } |
| 32 | +" |
| 33 | +`; |
22 | 34 |
|
23 | 35 | exports[`Options Plugins should work Plugins - {Object}: errors 1`] = `Array []`;
|
24 | 36 |
|
|
0 commit comments