Fix tests on hosted runners
This commit is contained in:
@@ -11,7 +11,9 @@ describe('find-ruby', () => {
|
|||||||
let tcSpy: jest.SpyInstance;
|
let tcSpy: jest.SpyInstance;
|
||||||
let cnSpy: jest.SpyInstance;
|
let cnSpy: jest.SpyInstance;
|
||||||
|
|
||||||
beforeAll(async () => {});
|
beforeAll(async () => {
|
||||||
|
process.env['GITHUB_PATH'] = '';
|
||||||
|
});
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
tcSpy = jest.spyOn(tc, 'find');
|
tcSpy = jest.spyOn(tc, 'find');
|
||||||
|
|||||||
Reference in New Issue
Block a user