We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa86ff commit d9a1266Copy full SHA for d9a1266
test/limit.js
@@ -27,7 +27,6 @@ each(EVENTS, ({ title }, eventName) => {
27
test.serial(`should not limit other events | ${title}`, async (t) => {
28
const { onError, stopLogging } = startLogging()
29
30
- t.is(onError.callCount, 0)
31
await emitManyValues(getRandomStackError, eventName, MAX_EVENTS + 1)
32
const previousCallCount = onError.callCount
33
await emit(eventName === 'warning' ? 'uncaughtException' : 'warning')
0 commit comments