Skip to content

Commit

Permalink
Node Runtime upgrade to Node10 (#14187)
Browse files Browse the repository at this point in the history
* GitHubCommentV0

* ReviewAppV0

* Updating azure-pipelines-task lib version
  • Loading branch information
thesattiraju committed Jan 7, 2021
1 parent 53f72c0 commit 0f22d4f
Show file tree
Hide file tree
Showing 15 changed files with 748 additions and 3,767 deletions.
2 changes: 1 addition & 1 deletion Tasks/GitHubCommentV0/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('GitHubCommentV0 Suite', function () {
after(() => {
});

it('Does a basic hello world test', function(done: MochaDone) {
it('Does a basic hello world test', function(done: Mocha.Done) {
// TODO - add real tests
done();
});
Expand Down
Loading

0 comments on commit 0f22d4f

Please sign in to comment.