1
0
Fork 0

Fix lint issue

pull/1112/head
Sergey Dolin 2022-06-09 23:01:46 +02:00
parent 7bd5862a4d
commit 0025442e24
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ describe('@actions/tool-cache-manifest', () => {
BUG_REPORT_URL="https://bugs.debian.org/"`
})
const debugOutput: Array<string> = []
const debugOutput: string[] = []
const coreSpy = jest.spyOn(core, 'debug')
// it will be cleared in afterEach
coreSpy.mockImplementation(message => debugOutput.push(message))