Design system.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

10 satır
219 B

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