UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 241 B
import TextLabel from './TextLabel'; describe('TextLabel', () => { it('should have correct displayName', () => { expect(TextLabel.displayName).toBe('Notification.TextLabel'); }); }); //# sourceMappingURL=TextLabel.spec.js.map