test - share playwright for tests

This commit is contained in:
Benjamin Pasero
2020-02-07 10:07:21 +01:00
parent d49c5f3bc7
commit 0c94b3ade0
2 changed files with 6 additions and 156 deletions
+1 -2
View File
@@ -20,9 +20,9 @@
"prepublishOnly": "npm run copy-package-version"
},
"devDependencies": {
"@types/debug": "4.1.5",
"@types/mkdirp": "0.5.1",
"@types/ncp": "2.0.1",
"@types/debug": "4.1.5",
"@types/node": "^12.11.7",
"@types/tmp": "0.1.0",
"concurrently": "^3.5.1",
@@ -33,7 +33,6 @@
"dependencies": {
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"playwright": "0.10.0",
"tmp": "0.1.0",
"vscode-uri": "^2.0.3"
}