Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit 827fdbb

Browse files
author
Paulo Baima
committed
Adding Unit Tests for BuildService
1 parent af4d073 commit 827fdbb

20 files changed

+353
-531
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ node_modules
33
*.vsix
44
unify-release-build-task/bin
55
unify-release-build-task/testReport
6-
unify-release-build-task/.nyc_output
6+
unify-release-build-task/.nyc_output
7+
/bin
8+
.nyc_output

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
],
3333
"port": 9229,
3434
"outFiles": ["${workspaceRoot}/unify-release-build-task/bin"],
35-
"sourceMaps": true
35+
"sourceMaps": true,
36+
"timeout": 30000
3637
}
3738
]
3839
}

unify-release-build-task/.nyc_output/processinfo/index.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{
2-
"extension": [
3-
".ts"
4-
]
1+
{
2+
"extension": [
3+
".ts"
4+
]
55
}

unify-release-build-task/.taskkey

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a2857cb5-d63d-4215-97d6-b3da49db45ef
1+
67904077-e63d-4e29-a664-20286b7d76cc

unify-release-build-task/bin/azureDevOpsClient.js

Lines changed: 0 additions & 147 deletions
This file was deleted.

unify-release-build-task/bin/azureDevOpsClient.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

unify-release-build-task/bin/dependency-injection.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

unify-release-build-task/bin/dependency-injection.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)