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

@web/test-runner

Package Overview
Dependencies
Maintainers
7
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner - npm Package Compare versions

Comparing version 0.18.2 to 0.18.3

2

dist/reporter/summaryReporter.js

@@ -28,3 +28,3 @@ "use strict";

for (const result of (_a = results === null || results === void 0 ? void 0 : results.tests) !== null && _a !== void 0 ? _a : []) {
log(logger, result.name, result.passed, result.skipped, prefix, browserName);
log(logger, flatten ? `${prefix !== null && prefix !== void 0 ? prefix : ''} ${result.name}` : result.name, result.passed, result.skipped, prefix, browserName);
}

@@ -31,0 +31,0 @@ for (const suite of (_b = results === null || results === void 0 ? void 0 : results.suites) !== null && _b !== void 0 ? _b : []) {

{
"name": "@web/test-runner",
"version": "0.18.2",
"version": "0.18.3",
"publishConfig": {

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

@@ -54,3 +54,10 @@ import type {

for (const result of results?.tests ?? []) {
log(logger, result.name, result.passed, result.skipped, prefix, browserName);
log(
logger,
flatten ? `${prefix ?? ''} ${result.name}` : result.name,
result.passed,
result.skipped,
prefix,
browserName,
);
}

@@ -57,0 +64,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