* MM-19037 Updated Progressive Image Loader Set the return for the listener to return a null for hte loader images, stopping the component from thinking it had a loaded image on a failure. Also enabled the thumbnail to make an additional attempt to load when it receives the null response. * MM-19037 Updated Eslint Eslint issue resolved * MM-19037 Add Unit Tests Added Unit tests * empty commit
13 lines
263 B
Text
13 lines
263 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`ProgressiveImage should match snapshot when just a image loads 1`] = `
|
|
<View
|
|
style={Object {}}
|
|
/>
|
|
`;
|
|
|
|
exports[`ProgressiveImage should match snapshot when no thumbnail 1`] = `
|
|
<View
|
|
style={Object {}}
|
|
/>
|
|
`;
|