@web/test-runner-core
Advanced tools
Comparing version 0.6.22 to 0.6.23
@@ -13,3 +13,2 @@ import { TestSession, TestResultError, TestSuiteResult, TestResult } from '../dist/index'; | ||
export interface FullBrowserSessionResult extends BrowserSessionResult { | ||
testCoverage?: unknown; | ||
logs: string[]; | ||
@@ -16,0 +15,0 @@ } |
@@ -59,3 +59,2 @@ /* eslint-env browser, es2020 */ | ||
logs, | ||
testCoverage: window.__coverage__, | ||
errors: [], | ||
@@ -62,0 +61,0 @@ ...result, |
# @web/test-runner-core | ||
## 0.6.23 | ||
### Patch Changes | ||
- d77093b: allow code coverage instrumentation through JS | ||
## 0.6.22 | ||
@@ -4,0 +10,0 @@ |
@@ -15,2 +15,3 @@ import { BrowserLauncher } from '../browser-launcher/BrowserLauncher.js'; | ||
exclude?: string[]; | ||
nativeInstrumentation?: boolean; | ||
threshold?: CoverageThresholdConfig; | ||
@@ -17,0 +18,0 @@ report: boolean; |
{ | ||
"name": "@web/test-runner-core", | ||
"version": "0.6.22", | ||
"version": "0.6.23", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
95557
1230