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

187
Visualizações
Jest running entire test file when importing single named export

I have a test file with a number of tests and a utility function exported

export function createObjects(){
const numObjects = 100;
const objects = [];
 for (let i = 1; i < numObjects + 1; i++) {
        objects.push(i);
    }
return objects
}

describe('Test describe', () => {
  it('Test', () => {
})
})

I am trying to import the createObjects function in another test. However when I import the function like below in the second test

import {createObjects} from './TestOne'

It runs the entire test suite. Any idea why this happens?

I'm using jest 24.9.0

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