@web/test-runner-coverage-v8
Advanced tools
Comparing version 0.4.5 to 0.4.6
# @web/test-runner-coverage-v8 | ||
## 0.4.6 | ||
### Patch Changes | ||
- 3885b33e: configure timeout for fetching source maps for code coverage | ||
- Updated dependencies [3885b33e] | ||
- @web/test-runner-core@0.10.9 | ||
## 0.4.5 | ||
@@ -4,0 +12,0 @@ |
@@ -63,3 +63,3 @@ "use strict"; | ||
catch (error) { | ||
console.error(`Error while code coverage for ${entry.url}. Are the source maps correct?`); | ||
console.error(`Error while generating code coverage for ${entry.url}.`); | ||
console.error(error); | ||
@@ -66,0 +66,0 @@ } |
{ | ||
"name": "@web/test-runner-coverage-v8", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"publishConfig": { | ||
@@ -45,3 +45,3 @@ "access": "public" | ||
"dependencies": { | ||
"@web/test-runner-core": "^0.10.8", | ||
"@web/test-runner-core": "^0.10.9", | ||
"istanbul-lib-coverage": "^3.0.0", | ||
@@ -48,0 +48,0 @@ "picomatch": "^2.2.2", |
@@ -77,3 +77,3 @@ import { extname, join, isAbsolute, sep, posix } from 'path'; | ||
} catch (error) { | ||
console.error(`Error while code coverage for ${entry.url}. Are the source maps correct?`); | ||
console.error(`Error while generating code coverage for ${entry.url}.`); | ||
console.error(error); | ||
@@ -80,0 +80,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
15562