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.
istanbul ignore next
1 parent 6a4a07b commit 2f54d43Copy full SHA for 2f54d43
src/message.js
@@ -68,7 +68,9 @@ const multipleResolves = function({
68
secondPromiseState,
69
secondPromiseValue,
70
}) {
71
+ // istanbul ignore next
72
const again = promiseState === secondPromiseState ? ' again' : ''
73
74
const state = again ? promiseState : 'resolved/rejected'
75
76
return ` (a promise was ${state} multiple times)
0 commit comments