Skip to content

Commit d9a1266

Browse files
committed
Fix linting
1 parent aaa86ff commit d9a1266

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/limit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ each(EVENTS, ({ title }, eventName) => {
2727
test.serial(`should not limit other events | ${title}`, async (t) => {
2828
const { onError, stopLogging } = startLogging()
2929

30-
t.is(onError.callCount, 0)
3130
await emitManyValues(getRandomStackError, eventName, MAX_EVENTS + 1)
3231
const previousCallCount = onError.callCount
3332
await emit(eventName === 'warning' ? 'uncaughtException' : 'warning')

0 commit comments

Comments
 (0)