Design system.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

12 rindas
263 B

  1. import * as WebFreeformReact from '.';
  2. describe('web-freeform-react', () => {
  3. it.each([
  4. 'MaskedTextInput',
  5. 'MultilineTextInput',
  6. 'TextInput',
  7. ])('exports %s', (namedExport) => {
  8. expect(WebFreeformReact).toHaveProperty(namedExport);
  9. });
  10. });