UNPKG

wix-style-react

Version:
10 lines (7 loc) 210 B
import React from 'react'; import TextLabel from '.'; describe('TextLabel', () => { it('should have correct displayName', () => { expect(TextLabel.displayName).toBe('Notification.TextLabel'); }); });