mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 16:51:38 +08:00
fix: remove unused var
This commit is contained in:
@@ -55,7 +55,6 @@ describe('cache-restore', () => {
|
||||
let restoreCacheSpy: jest.SpyInstance;
|
||||
let hashFilesSpy: jest.SpyInstance;
|
||||
let archSpy: jest.SpyInstance;
|
||||
let platformSpy: jest.SpyInstance;
|
||||
|
||||
beforeEach(() => {
|
||||
// core
|
||||
|
||||
Reference in New Issue
Block a user