fail tests when having unhandled errors (#234673)

pull/234687/head
Johannes Rieken 2024-11-26 17:32:08 +01:00 committed by GitHub
parent 6ff5e0475d
commit e45ebc6d59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ async function loadTests(opts) {
}
});
errors.setUnexpectedErrorHandler(err => unexpectedErrorHandler(err));
errors.setUnexpectedErrorHandler(onUnexpectedError);
});
//#endregion