1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`"esModule" option should work with "Boolean" value equal "false": errors 1`] = `Array []`;
exports[`"esModule" option should work with "Boolean" value equal "false": result 1`] = `"39f5c21c1aee6ff21844c6e1d8251d97.png"`;
exports[`"esModule" option should work with "Boolean" value equal "false": warnings 1`] = `Array []`;
exports[`"esModule" option should work with "Boolean" value equal "true": errors 1`] = `Array []`;
exports[`"esModule" option should work with "Boolean" value equal "true": result 1`] = `"39f5c21c1aee6ff21844c6e1d8251d97.png"`;
exports[`"esModule" option should work with "Boolean" value equal "true": warnings 1`] = `Array []`;
exports[`"esModule" option should work without value: errors 1`] = `Array []`;
exports[`"esModule" option should work without value: result 1`] = `"39f5c21c1aee6ff21844c6e1d8251d97.png"`;
exports[`"esModule" option should work without value: warnings 1`] = `Array []`;
|