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

10 行
211 B

  1. import * as WebActionReact from '.';
  2. describe('web-action-react', () => {
  3. it.each([
  4. 'ActionButton',
  5. ])('exports %s', (namedExport) => {
  6. expect(WebActionReact).toHaveProperty(namedExport);
  7. });
  8. });