1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/behaviours/update-app/__snapshots__/trigger-updating-using-tray.test.ts.snap
Janne Savolainen 84ac22904d
Introduce a tray item for updating application
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2022-05-20 14:07:53 +03:00

26 lines
705 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`trigger updating using tray given no update available, when started renders 1`] = `
<body>
<div />
</body>
`;
exports[`trigger updating using tray given no update available, when started when an update becomes available renders 1`] = `
<body>
<div />
</body>
`;
exports[`trigger updating using tray given no update available, when started when an update becomes available when triggering installation of the update renders 1`] = `
<body>
<div />
</body>
`;
exports[`trigger updating using tray given no update available, when started when an update becomes available when update becomes unavailable renders 1`] = `
<body>
<div />
</body>
`;