@vscode/test-web
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -85,3 +85,3 @@ #!/usr/bin/env node | ||
if (options.waitForDebugger) { | ||
await page.waitForFunction(() => '__jsDebugReady' in globalThis); | ||
await page.waitForFunction(() => '__jsDebugIsReady' in globalThis); | ||
} | ||
@@ -88,0 +88,0 @@ await page.setViewportSize({ width, height }); |
{ | ||
"name": "@vscode/test-web", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "compile": "tsc -p ./", |
@@ -71,3 +71,3 @@ # @vscode/test-web | ||
- run `yarn sample-test` to launch VS Code Browser running the extension tests of the `sample` extension bundled in this repo. | ||
- run `yarn sample-tests` to launch VS Code Browser running the extension tests of the `sample` extension bundled in this repo. | ||
@@ -74,0 +74,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33446