mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Update test name
This commit is contained in:
@@ -489,7 +489,7 @@ function [#|f|]() {
|
||||
}
|
||||
`
|
||||
);
|
||||
_testConvertToAsyncFunction("convertToAsyncFunction_NoCatch", `
|
||||
_testConvertToAsyncFunction("convertToAsyncFunction_NoCatchHandler", `
|
||||
function [#|f|]() {
|
||||
return fetch('https://typescriptlang.org').then(x => x.statusText).catch(undefined);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user