Skip to content

Commit 2f54d43

Browse files
committed
Add istanbul ignore next comments
1 parent 6a4a07b commit 2f54d43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/message.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ const multipleResolves = function({
6868
secondPromiseState,
6969
secondPromiseValue,
7070
}) {
71+
// istanbul ignore next
7172
const again = promiseState === secondPromiseState ? ' again' : ''
73+
// istanbul ignore next
7274
const state = again ? promiseState : 'resolved/rejected'
7375

7476
return ` (a promise was ${state} multiple times)

0 commit comments

Comments
 (0)