mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
82b57abaa7
* Typescript - Complete about app screen for Windows * Typescript - Fix unit test for about app component * Typescript - Add safety checks for window validation
28 lines
461 B
Plaintext
28 lines
461 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`about app should render correctly 1`] = `
|
|
<div
|
|
className="AboutApp"
|
|
>
|
|
<img
|
|
className="AboutApp-logo"
|
|
src="../renderer/assets/symphony-logo.png"
|
|
/>
|
|
<span
|
|
className="AboutApp-name"
|
|
>
|
|
Symphony
|
|
</span>
|
|
<span
|
|
className="AboutApp-versionText"
|
|
>
|
|
Version 0-N/A ()
|
|
</span>
|
|
<span
|
|
className="AboutApp-copyrightText"
|
|
>
|
|
Copyright © 2019 Symphony
|
|
</span>
|
|
</div>
|
|
`;
|