|  | 
| 1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP | 
| 2 | 2 | 
 | 
|  | 3 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`false)\`: errors 1`] = `Array []`; | 
|  | 4 | + | 
|  | 5 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`false)\`: locals 1`] = `undefined`; | 
|  | 6 | + | 
|  | 7 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`false)\`: module (evaluated) 1`] = ` | 
|  | 8 | +Array [ | 
|  | 9 | +  Array [ | 
|  | 10 | +    1, | 
|  | 11 | +    "a { | 
|  | 12 | +  animation: slide-right 300ms forwards ease-out, fade-in 300ms forwards ease-out; | 
|  | 13 | +
 | 
|  | 14 | +} | 
|  | 15 | +", | 
|  | 16 | +    "", | 
|  | 17 | +  ], | 
|  | 18 | +] | 
|  | 19 | +`; | 
|  | 20 | + | 
|  | 21 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`false)\`: warnings 1`] = `Array []`; | 
|  | 22 | + | 
|  | 23 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`global)\`: errors 1`] = `Array []`; | 
|  | 24 | + | 
|  | 25 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`global)\`: locals 1`] = `undefined`; | 
|  | 26 | + | 
|  | 27 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`global)\`: module (evaluated) 1`] = ` | 
|  | 28 | +Array [ | 
|  | 29 | +  Array [ | 
|  | 30 | +    1, | 
|  | 31 | +    "a { | 
|  | 32 | +  animation: slide-right 300ms forwards ease-out, fade-in 300ms forwards ease-out; | 
|  | 33 | +
 | 
|  | 34 | +} | 
|  | 35 | +", | 
|  | 36 | +    "", | 
|  | 37 | +  ], | 
|  | 38 | +] | 
|  | 39 | +`; | 
|  | 40 | + | 
|  | 41 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`global)\`: warnings 1`] = `Array []`; | 
|  | 42 | + | 
|  | 43 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`local)\`: errors 1`] = `Array []`; | 
|  | 44 | + | 
|  | 45 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`local)\`: locals 1`] = ` | 
|  | 46 | +Object { | 
|  | 47 | +  "fade-in": "_fade-in", | 
|  | 48 | +  "slide-right": "_slide-right", | 
|  | 49 | +} | 
|  | 50 | +`; | 
|  | 51 | + | 
|  | 52 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`local)\`: module (evaluated) 1`] = ` | 
|  | 53 | +Array [ | 
|  | 54 | +  Array [ | 
|  | 55 | +    1, | 
|  | 56 | +    "a { | 
|  | 57 | +  animation: _slide-right 300ms forwards ease-out, _fade-in 300ms forwards ease-out; | 
|  | 58 | +
 | 
|  | 59 | +} | 
|  | 60 | +", | 
|  | 61 | +    "", | 
|  | 62 | +  ], | 
|  | 63 | +] | 
|  | 64 | +`; | 
|  | 65 | + | 
|  | 66 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`local)\`: warnings 1`] = `Array []`; | 
|  | 67 | + | 
|  | 68 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`true)\`: errors 1`] = `Array []`; | 
|  | 69 | + | 
|  | 70 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`true)\`: locals 1`] = ` | 
|  | 71 | +Object { | 
|  | 72 | +  "fade-in": "_fade-in", | 
|  | 73 | +  "slide-right": "_slide-right", | 
|  | 74 | +} | 
|  | 75 | +`; | 
|  | 76 | + | 
|  | 77 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`true)\`: module (evaluated) 1`] = ` | 
|  | 78 | +Array [ | 
|  | 79 | +  Array [ | 
|  | 80 | +    1, | 
|  | 81 | +    "a { | 
|  | 82 | +  animation: _slide-right 300ms forwards ease-out, _fade-in 300ms forwards ease-out; | 
|  | 83 | +
 | 
|  | 84 | +} | 
|  | 85 | +", | 
|  | 86 | +    "", | 
|  | 87 | +  ], | 
|  | 88 | +] | 
|  | 89 | +`; | 
|  | 90 | + | 
|  | 91 | +exports[`modules case \`animation\`: (export \`all\`) (\`modules\` value is \`true)\`: warnings 1`] = `Array []`; | 
|  | 92 | + | 
|  | 93 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`false)\`: errors 1`] = `Array []`; | 
|  | 94 | + | 
|  | 95 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`false)\`: locals 1`] = `undefined`; | 
|  | 96 | + | 
|  | 97 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`false)\`: module (evaluated) 1`] = `Object {}`; | 
|  | 98 | + | 
|  | 99 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`false)\`: warnings 1`] = `Array []`; | 
|  | 100 | + | 
|  | 101 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`global)\`: errors 1`] = `Array []`; | 
|  | 102 | + | 
|  | 103 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`global)\`: locals 1`] = `undefined`; | 
|  | 104 | + | 
|  | 105 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`global)\`: module (evaluated) 1`] = `Object {}`; | 
|  | 106 | + | 
|  | 107 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`global)\`: warnings 1`] = `Array []`; | 
|  | 108 | + | 
|  | 109 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`local)\`: errors 1`] = `Array []`; | 
|  | 110 | + | 
|  | 111 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`local)\`: locals 1`] = `undefined`; | 
|  | 112 | + | 
|  | 113 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`local)\`: module (evaluated) 1`] = ` | 
|  | 114 | +Object { | 
|  | 115 | +  "fade-in": "_fade-in", | 
|  | 116 | +  "slide-right": "_slide-right", | 
|  | 117 | +} | 
|  | 118 | +`; | 
|  | 119 | + | 
|  | 120 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`local)\`: warnings 1`] = `Array []`; | 
|  | 121 | + | 
|  | 122 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`true)\`: errors 1`] = `Array []`; | 
|  | 123 | + | 
|  | 124 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`true)\`: locals 1`] = `undefined`; | 
|  | 125 | + | 
|  | 126 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`true)\`: module (evaluated) 1`] = ` | 
|  | 127 | +Object { | 
|  | 128 | +  "fade-in": "_fade-in", | 
|  | 129 | +  "slide-right": "_slide-right", | 
|  | 130 | +} | 
|  | 131 | +`; | 
|  | 132 | + | 
|  | 133 | +exports[`modules case \`animation\`: (export \`only locals\`) (\`modules\` value is \`true)\`: warnings 1`] = `Array []`; | 
|  | 134 | + | 
| 3 | 135 | exports[`modules case \`class-names\`: (export \`all\`) (\`modules\` value is \`false)\`: errors 1`] = `Array []`; | 
| 4 | 136 | 
 | 
| 5 | 137 | exports[`modules case \`class-names\`: (export \`all\`) (\`modules\` value is \`false)\`: locals 1`] = `undefined`; | 
|  | 
0 commit comments