Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate DownloadGitHubReleaseV0 to node10 execution #16736

Merged
2 changes: 1 addition & 1 deletion Tasks/DownloadGitHubReleaseV0/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('DownloadGitHubReleaseV0 Suite', function () {
console.log(err);
done(err);
};
});
}).timeout(20000);

it('No user repository specified should fail', (done) => {
const tp: string = path.join(__dirname, 'L0NoUserRepository.js');
Expand Down
14 changes: 0 additions & 14 deletions Tasks/DownloadGitHubReleaseV0/Tests/package-lock.json

This file was deleted.

22 changes: 0 additions & 22 deletions Tasks/DownloadGitHubReleaseV0/Tests/package.json

This file was deleted.

10 changes: 0 additions & 10 deletions Tasks/DownloadGitHubReleaseV0/Tests/tsconfig.json

This file was deleted.

Loading