mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
36a68ec01b
* ELECTRON-1379: fix localisation for "Version" string * ELECTRON-1379: update jest snapshot
29 lines
476 B
Plaintext
29 lines
476 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`about app should render correctly 1`] = `
|
|
<div
|
|
className="AboutApp"
|
|
>
|
|
<img
|
|
alt="Symphony"
|
|
className="AboutApp-logo"
|
|
src="../renderer/assets/symphony-logo.png"
|
|
/>
|
|
<span
|
|
className="AboutApp-name"
|
|
>
|
|
Symphony
|
|
</span>
|
|
<span
|
|
className="AboutApp-versionText"
|
|
>
|
|
Version 0 ()
|
|
</span>
|
|
<span
|
|
className="AboutApp-copyrightText"
|
|
>
|
|
Copyright © 2019 Symphony
|
|
</span>
|
|
</div>
|
|
`;
|