We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115ed86 commit 75a9f50Copy full SHA for 75a9f50
src/matchers/toBeOneOf.js
@@ -21,5 +21,7 @@ export function toBeOneOf(actual, expected) {
21
` ${printExpected(expected)}\n` +
22
'Received:\n' +
23
` ${printReceived(actual)}`,
24
+ actual,
25
+ expected,
26
};
27
}
0 commit comments