UNPKG

wix-style-react

Version:
8 lines (6 loc) 193 B
import TextButton from './TextButton'; describe('TextButton', () => { it('should have correct displayName', async () => { expect(TextButton.displayName).toEqual('TextButton'); }); });