mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`Desktop Enable Button should match snapshot 1`] = `
|
||
|
<div>
|
||
|
<button
|
||
|
class="button btn--rounded btn-primary btn--large"
|
||
|
role="button"
|
||
|
tabindex="0"
|
||
|
>
|
||
|
Enable Desktop App
|
||
|
</button>
|
||
|
</div>
|
||
|
`;
|