Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

108
Vistas
expectSaga() always times out - even with trivial/empty saga

I'm sure it is a newbie mistake, but I am surprised that the expectSaga() test below times out. -- advice appreciated!

import { expectSaga, testSaga } from 'redux-saga-test-plan';

function* saga() {}

// ✅ ...this passes
it('should be testable with testSaga()', () => {
  testSaga(saga).next().isDone();
});

// ❌ ...this times out
it('should be testable with expectSaga()', () => {
  return expectSaga(saga).run();
});
  • redux-saga-test-plan@4.0.4
  • redux-saga@1.1.3
  • react 17
  • jest@27.5.1
  • typescript@4.6.3
about 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda