mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
22 lines
359 B
Plaintext
22 lines
359 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`selection of update stability when started renders 1`] = `
|
|
<body>
|
|
<div>
|
|
<div
|
|
class="StatusBar"
|
|
>
|
|
<div
|
|
class="leftSide"
|
|
/>
|
|
<div
|
|
class="rightSide"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="Notifications flex column align-flex-end"
|
|
/>
|
|
</div>
|
|
</body>
|
|
`;
|