Design system.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

12 行
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. });