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

104
Vistas
Jasmine cannot catch two exceptions

I've this code:

describe('#2 - The component', () => {
    const state = { show: true };

    it('should not render without parameter "test"', () => {
        expect(() => {
            mq(m(Notification, {
                toggle: () => (state.show = false),
            }));
        }).toThrow();
    });

    it('should not render without parameter "toggle()"', () => {
        expect(() => {
            mq(m(Notification, {
                text: 'I am a Bibabutzemann!',
            }));
        }).toThrow();
    });
});

Both tests should throw an exception, but only one is thrown and jasmine ends up with a failure. When I comment one test out everything works fine.

Do you know, why jasmine cannot catch two exceptions? Do I have to reset something after an exception was catched?

about 4 years ago · Juan Pablo Isaza
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