mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-20 03:46:17 +02:00
Eliminate the implicit any
This commit is contained in:
parent
8d6737458a
commit
daad2d4ac0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue