Socket
Socket
Sign inDemoInstall

@web/test-runner-core

Package Overview
Dependencies
Maintainers
7
Versions
144
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.10.18 to 0.10.19

6

CHANGELOG.md
# @web/test-runner-core
## 0.10.19
### Patch Changes
- 73681b6d: Allow user config to be partial
## 0.10.18

@@ -4,0 +10,0 @@

3

dist/cli/TestRunnerCli.js

@@ -77,2 +77,3 @@ "use strict";

this.terminal.on('input', key => {
var _a;
if ([exports.MENUS.DEBUG_SELECT_FILE, exports.MENUS.FOCUS_SELECT_FILE].includes(this.activeMenu)) {

@@ -117,3 +118,3 @@ const i = Number(key);

if (this.activeMenu === exports.MENUS.OVERVIEW && this.config.coverage) {
open_1.default(`file://${path_1.default.resolve(this.config.coverageConfig.reportDir, 'lcov-report', 'index.html')}`);
open_1.default(`file://${path_1.default.resolve((_a = this.config.coverageConfig.reportDir) !== null && _a !== void 0 ? _a : '', 'lcov-report', 'index.html')}`);
}

@@ -120,0 +121,0 @@ return;

@@ -19,4 +19,4 @@ import { Middleware } from '@web/dev-server-core';

threshold?: CoverageThresholdConfig;
report: boolean;
reportDir: string;
report?: boolean;
reportDir?: string;
reporters?: ReportType[];

@@ -23,0 +23,0 @@ }

{
"name": "@web/test-runner-core",
"version": "0.10.18",
"version": "0.10.19",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -139,3 +139,3 @@ import { codeFrameColumns } from '@babel/code-frame';

`file://${path.resolve(
this.config.coverageConfig!.reportDir,
this.config.coverageConfig!.reportDir ?? '',
'lcov-report',

@@ -142,0 +142,0 @@ 'index.html',

@@ -21,4 +21,4 @@ import { Middleware } from '@web/dev-server-core';

threshold?: CoverageThresholdConfig;
report: boolean;
reportDir: string;
report?: boolean;
reportDir?: string;
reporters?: ReportType[];

@@ -25,0 +25,0 @@ }

Sorry, the diff of this file is not supported yet

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