Skip to content

Commit a53a321

Browse files
Sergey DobrodeevAnatoly Bolshakov
andauthored
[GulpV1] Migrated to Node10 (microsoft#14195)
Co-authored-by: Anatoly Bolshakov <anatoly.bolshakov@akvelon.com>
1 parent 627ca05 commit a53a321

File tree

6 files changed

+368
-24
lines changed

6 files changed

+368
-24
lines changed

Tasks/GulpV1/Tests/L0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('GulpV1 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
});

Tasks/GulpV1/Tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"devDependencies": {
20-
"@types/mocha": "^5.2.0"
20+
"@types/mocha": "^5.2.7"
2121
}
2222
}

0 commit comments

Comments
 (0)