Skip to content

Commit

Permalink
Update all test packages (microsoft#9490)
Browse files Browse the repository at this point in the history
* Update all packages

* Potential fix for normal tests

* Revert a change and try something else

* Try this as well
  • Loading branch information
Amir Omidi authored Mar 7, 2020
1 parent a93f588 commit 9f9c655
Show file tree
Hide file tree
Showing 20 changed files with 432 additions and 27,127 deletions.
2 changes: 1 addition & 1 deletion build/azure-pipelines/win32/sql-product-build-win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ steps:
- powershell: |
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"
exec { .\scripts\test-unstable.bat --build --coverage --reporter mocha-junit-reporter }
exec { .\scripts\test-unstable.bat --build --tfs }
continueOnError: true
condition: and(succeeded(), eq(variables['RUN_UNSTABLE_TESTS'], 'true'))
displayName: Run unstable tests
Expand Down
2 changes: 1 addition & 1 deletion extensions/admin-tool-ext-win/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"should": "^13.2.3",
"vscodetestcover": "github:corivera/vscodetestcover#1.0.4"
"vscodetestcover": "github:corivera/vscodetestcover#1.0.5"
},
"resolutions": {
"esprima": "^4.0.0"
Expand Down
3,089 changes: 43 additions & 3,046 deletions extensions/admin-tool-ext-win/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"mocha-multi-reporters": "^1.1.7",
"should": "^13.2.1",
"typemoq": "^2.1.0",
"vscodetestcover": "github:corivera/vscodetestcover#1.0.4"
"vscodetestcover": "github:corivera/vscodetestcover#1.0.5"
},
"resolutions": {
"esprima": "^4.0.0"
Expand Down
Loading

0 comments on commit 9f9c655

Please sign in to comment.