Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web/test-runner-core

Package Overview
Dependencies
Maintainers
6
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-core - npm Package Compare versions

Comparing version 0.6.22 to 0.6.23

1

browser/session.d.ts

@@ -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,

6

CHANGELOG.md
# @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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc