mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
11f69f47ac
* ELECTRON-1357: implement getting dynamic version * ELECTRON-1357: add support for more info window * ELECTRON-1357: add unit tests for version handler * ELECTRON-1357: delete unwanted files * Delete .gulp-tsc-tmp-11966-41547-768xt5.masn2.ts * Delete .gulp-tsc-tmp-11966-10574-1bhy8kw.k21y.ts * ELECTRON-1357: caching server data * ELECTRON-1357: refactor code to remove event emitter and use net module * ELECTRON-1357: set version info asynchronously * ELECTRON-1357: add checks for failed requests
28 lines
457 B
Plaintext
28 lines
457 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 ()
|
|
</span>
|
|
<span
|
|
className="AboutApp-copyrightText"
|
|
>
|
|
Copyright © 2019 Symphony
|
|
</span>
|
|
</div>
|
|
`;
|