mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
smoke tests - automatically test against stable build (#127799)
* smoke tests - automatically test against stable build * fix path on Linux/Windows * 💄 * retry migration tests * smoke: always download latest previous stable * hm Co-authored-by: João Moreno <joao.moreno@microsoft.com>
This commit is contained in:
@@ -16,16 +16,19 @@
|
||||
"@types/mocha": "^8.2.0",
|
||||
"@types/ncp": "2.0.1",
|
||||
"@types/node": "14.x",
|
||||
"@types/node-fetch": "^2.5.10",
|
||||
"@types/rimraf": "^2.0.4",
|
||||
"htmlparser2": "^3.9.2",
|
||||
"mkdirp": "^1.0.4",
|
||||
"ncp": "^2.0.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"portastic": "^1.0.1",
|
||||
"rimraf": "^2.6.1",
|
||||
"strip-json-comments": "^2.0.1",
|
||||
"tmp": "0.0.33",
|
||||
"typescript": "^4.3.2",
|
||||
"vscode-test": "^1.5.2",
|
||||
"watch": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user