Add type annotation for DisplayName component (#24752)
This commit is contained in:
parent
ab7716cff4
commit
349cae0b57
17 changed files with 130 additions and 94 deletions
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import renderer from 'react-test-renderer';
|
||||
import { fromJS } from 'immutable';
|
||||
import DisplayName from '../display_name';
|
||||
import { DisplayName } from '../display_name';
|
||||
|
||||
describe('<DisplayName />', () => {
|
||||
it('renders display name + account name', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue