Skip to content

Commit

Permalink
[CMakeV1] Migrated to Node10 (#13833)
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-bryzgalov authored Nov 5, 2020
1 parent cb1f852 commit 39cd852
Show file tree
Hide file tree
Showing 12 changed files with 371 additions and 3,753 deletions.
2 changes: 1 addition & 1 deletion Tasks/CMakeV1/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('CMakeV1 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
2 changes: 1 addition & 1 deletion Tasks/CMakeV1/Tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"devDependencies": {
"@types/mocha": "^5.2.0"
"@types/mocha": "^5.2.7"
}
}
Loading

0 comments on commit 39cd852

Please sign in to comment.