Skip to content

Commit b472bfe

Browse files
author
Ivan Golubev
authored
Migrate DownloadFileshareArtifactsV0 task to Node10 (#15840)
1 parent 7d8eda4 commit b472bfe

File tree

6 files changed

+428
-18
lines changed

6 files changed

+428
-18
lines changed

Tasks/DownloadFileshareArtifactsV0/Tests/L0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('DownloadFileshareArtifactsV0 Suite', function () {
99
after(() => {
1010
});
1111

12-
it('Does a basic hello world test', function(done: MochaDone) {
12+
it('Does a basic hello world test', function(done: Mocha.Done) {
1313
// TODO - add real tests
1414
done();
1515
});

0 commit comments

Comments
 (0)