import React from 'react'; import { fromJS } from 'immutable'; import DisplayName from '../display_name'; import { createComponent } from 'soapbox/test_helpers'; describe('', () => { it('renders display name + account name', () => { const account = fromJS({ username: 'bar', acct: 'bar@baz', display_name_html: '
Foo