mirror of
https://github.com/actions/setup-node.git
synced 2025-12-18 14:27:06 +00:00
fix: update ESLint configuration file extension and add Jest globals as a dev dependency
This commit is contained in:
parent
0b341692b6
commit
006364163b
8 changed files with 976 additions and 314 deletions
|
|
@ -16,9 +16,9 @@ let rcFile: string;
|
|||
describe('authutil tests', () => {
|
||||
const _runnerDir = path.join(__dirname, 'runner');
|
||||
|
||||
let cnSpy: any;
|
||||
let logSpy: any;
|
||||
let dbgSpy: any;
|
||||
let cnSpy: ReturnType<typeof jest.spyOn>;
|
||||
let logSpy: ReturnType<typeof jest.spyOn>;
|
||||
let dbgSpy: ReturnType<typeof jest.spyOn>;
|
||||
|
||||
beforeAll(async () => {
|
||||
const randPath = path.join(Math.random().toString(36).substring(7));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue