Fix linting issues
This commit is contained in:
parent
d025a8c768
commit
56b3ba9990
4 changed files with 9 additions and 13 deletions
|
|
@ -39,9 +39,8 @@ jest.unstable_mockModule('@actions/core', () => ({
|
|||
}))
|
||||
|
||||
// Mock shared search module
|
||||
const mockFindFilesToUpload = jest.fn<
|
||||
() => Promise<{filesToUpload: string[]; rootDirectory: string}>
|
||||
>()
|
||||
const mockFindFilesToUpload =
|
||||
jest.fn<() => Promise<{filesToUpload: string[]; rootDirectory: string}>>()
|
||||
jest.unstable_mockModule('../src/shared/search.js', () => ({
|
||||
findFilesToUpload: mockFindFilesToUpload
|
||||
}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue