You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stdout | test/example.test.js > executes twice
in test
stdout | test/example.test.js > executes twice
in test
√ test/example.test.js (1)
Test Files 1 passed (1)
Tests 1 passed (1)
Time 2ms
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I set up a test where
expect( () => {...} ).toThrowError()
, I am seeing the test execute twice.Should I create a ticket, or can it be related to something else?
I have a simple test to duplicate this behavior.
Output
Beta Was this translation helpful? Give feedback.
All reactions