()
| 166 | // @reactVersion >= 18.0 |
| 167 | it('should handle multibyte character strings', async () => { |
| 168 | const Component = () => null; |
| 169 | Component.displayName = '๐ฉ๐๐ต'; |
| 170 | |
| 171 | await act(() => render(<Component />)); |
nothing calls this directly
no test coverage detected