`); }); it('renders styles', () => { const style = { display: 'flex', flex: 1, backgroundColor: 'white', marginInlineStart: 10, userSelect: 'none', verticalAlign: 'middle', }; const instance = ReactTestRenderer.create(); expect(instance.toJSON()).toMatchInlineSnapshot(` `); }); });