mirror of
https://github.com/actions/toolkit.git
synced 2026-08-28 00:00:25 +02: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