SymphonyElectron/spec/__snapshots__/aboutApp.spec.ts.snap
Vishwas Shashidhar 11f69f47ac
feat: ELECTRON-1357: show version info from pod (#703)
* 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
2019-07-08 20:35:57 +05:30

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>
`;