mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
20 lines
380 B
Plaintext
20 lines
380 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`download manager should render correctly 1`] = `
|
|
<div>
|
|
<div
|
|
className="download-bar"
|
|
id="download-manager-footer"
|
|
>
|
|
<ul
|
|
id="download-main"
|
|
/>
|
|
<span
|
|
className="close-download-bar tempo-icon tempo-icon--close"
|
|
id="close-download-bar"
|
|
onClick={[Function]}
|
|
/>
|
|
</div>
|
|
</div>
|
|
`;
|