1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
import { describe, expect, it } from '@jest/globals'; import { render, screen as rtlScreen } from '@testing-library/react'; import { MetaItem } from './meta-item'; describe('MetaItem', () => { it('renders a label and a value', () => { const label = 'iusto'; const value = 'autem'; render(