mirror of
https://github.com/actions/labeler.git
synced 2025-12-18 08:06:47 +00:00
build
This commit is contained in:
2
node_modules/expect/build/index.js
generated
vendored
2
node_modules/expect/build/index.js
generated
vendored
@@ -339,7 +339,7 @@ const makeThrowingMatcher = (matcher, isNot, promise, actual, err) =>
|
||||
let potentialResult;
|
||||
|
||||
try {
|
||||
potentialResult = matcher.apply(matcherContext, [actual].concat(args));
|
||||
potentialResult = matcher.call(matcherContext, actual, ...args);
|
||||
|
||||
if (isPromise(potentialResult)) {
|
||||
const asyncResult = potentialResult;
|
||||
|
||||
Reference in New Issue
Block a user