Design system.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

12 líneas
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. });