+
+
+ diff --git a/ui/components/ui/account-mismatch-warning/__snapshots__/acccount-mismatch-warning.component.test.js.snap b/ui/components/ui/account-mismatch-warning/__snapshots__/acccount-mismatch-warning.component.test.js.snap new file mode 100644 index 000000000..6225239f6 --- /dev/null +++ b/ui/components/ui/account-mismatch-warning/__snapshots__/acccount-mismatch-warning.component.test.js.snap @@ -0,0 +1,36 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`AccountMismatchWarning should match snapshot of mismatch address warning 1`] = ` +
+ I am a list item +
++ Content rendered in the middle +
++ Content rendered to the right +
+Content rendered in the middle
; describe('ListItem', () => { - let wrapper; - let clickHandler; - beforeAll(() => { - clickHandler = sinon.fake(); - wrapper = shallow( -