Socket
Socket
Sign inDemoInstall

@web/test-runner-core

Package Overview
Dependencies
Maintainers
6
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.6.0 to 0.6.1

6

CHANGELOG.md
# @web/test-runner-core
## 0.6.1
### Patch Changes
- d1e9bec: emit test run finished after session update
## 0.6.0

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

6

dist/runner/TestRunner.js

@@ -145,3 +145,7 @@ "use strict";

}
this.emit('test-run-finished', { testRun: this.testRun, testCoverage });
setTimeout(() => {
// emit finished event after a timeout to ensure all event listeners have processed
// the session status updated event
this.emit('test-run-finished', { testRun: this.testRun, testCoverage });
});
if (!this.config.watch) {

@@ -148,0 +152,0 @@ setTimeout(async () => {

2

package.json
{
"name": "@web/test-runner-core",
"version": "0.6.0",
"version": "0.6.1",
"publishConfig": {

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

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