Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

102
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!