Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

140
Visualizações
How to Test function passed to children prop using jest

Below is my main component from which i am passing a function to children prop that will be accessible to its child modules:

import React from 'react';
import TestFunction from './testFunction';
const MainComponent = ({children, testId}) => {
const testFunc1 = (arg1) => {
const argObj = {};
argObj.arg1 = arg1;
argObj.testId = testId;
TestFunction(argObj);
}
return (
<div>{React.cloneElement(children, {testFunc: testFunc1})}</div>
)
}
MainComponent.propTypes = {
children: PropTypes.node.isRequired,
testId: PropTypes.string.isRequired,
}

This testFunc is accessed in different module which is not accessible. So on running npm run test, testFunc1 is not getting covered, I am not sure how to include this function in testing. We are using Jest to write test cases.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda