Skip to content

Commit

Permalink
Remove output env var from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rentziass committed Oct 13, 2022
1 parent 9de0456 commit e0b6539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/installer.test.ts
Expand Up @@ -46,6 +46,7 @@ describe('setup-node', () => {
// @actions/core
console.log('::stop-commands::stoptoken'); // Disable executing of runner commands when running tests in actions
process.env['GITHUB_PATH'] = ''; // Stub out ENV file functionality so we can verify it writes to standard out
process.env['GITHUB_OUTPUT'] = ''; // Stub out ENV file functionality so we can verify it writes to standard out
inputs = {};
inSpy = jest.spyOn(core, 'getInput');
inSpy.mockImplementation(name => inputs[name]);
Expand Down

0 comments on commit e0b6539

Please sign in to comment.