mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-06 14:18:09 +08:00
adding updated lints and fixes
This commit is contained in:
@@ -65,7 +65,7 @@ beforeAll(async () => {
|
||||
*/
|
||||
async function emptyMockReadBody(): Promise<string> {
|
||||
return new Promise(resolve => {
|
||||
resolve()
|
||||
resolve('mockResolved')
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user