Prévia do material em texto
PdFooter > should renders footer correctly expect(received).toMatchSnapshot() Snapshot name: `PdFooter should renders footer correctly - Snapshot - 1 + Received + 1 @@ -45,10 +45,10 @@ - © 2025 Passei Direto + © 2026 Passei Direto 24 I test.each([[true], [false]]) 'should renders footer correctly', (isInternational) => } 25 const wrapper = mockWrapper(isInternational) > 26 expect(wrapper.element).toMatchSnapshot(); 27 I }); 28 }); 29 I