mirror of https://github.com/actions/cache.git
Eliminate the implicit any
This commit is contained in:
parent
8d6737458a
commit
daad2d4ac0
__tests__
|
@ -317,7 +317,7 @@ test("resolvePaths exclusion pattern returns not found", async () => {
|
|||
|
||||
const resolvedPath = await actionUtils.resolvePaths(patterns);
|
||||
|
||||
const expectedPath = [];
|
||||
const expectedPath: string[] = [];
|
||||
expect(resolvedPath).toStrictEqual(expectedPath);
|
||||
} finally {
|
||||
process.chdir(originalCwd);
|
||||
|
|
Loading…
Reference in New Issue