mirror of
https://github.com/actions/setup-node.git
synced 2025-11-07 21:16:56 +00:00
fix: remove unused var
This commit is contained in:
parent
2db60599dd
commit
408bb570d1
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ describe('cache-restore', () => {
|
||||||
let restoreCacheSpy: jest.SpyInstance;
|
let restoreCacheSpy: jest.SpyInstance;
|
||||||
let hashFilesSpy: jest.SpyInstance;
|
let hashFilesSpy: jest.SpyInstance;
|
||||||
let archSpy: jest.SpyInstance;
|
let archSpy: jest.SpyInstance;
|
||||||
let platformSpy: jest.SpyInstance;
|
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
// core
|
// core
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue