mirror of
https://github.com/actions/labeler
synced 2026-05-12 19:21:08 +02:00
build
This commit is contained in:
5
node_modules/jest-jasmine2/build/jasmine/Env.js
generated
vendored
5
node_modules/jest-jasmine2/build/jasmine/Env.js
generated
vendored
@@ -760,7 +760,10 @@ function _default(j$) {
|
||||
let checkIsError;
|
||||
let message;
|
||||
|
||||
if (error instanceof _assert.AssertionError) {
|
||||
if (
|
||||
error instanceof _assert.AssertionError ||
|
||||
(error && error.name === _assert.AssertionError.name)
|
||||
) {
|
||||
checkIsError = false; // @ts-ignore TODO Possible error: j$.Spec does not have expand property
|
||||
|
||||
message = (0, _assertionErrorMessage.default)(error, {
|
||||
|
||||
Reference in New Issue
Block a user