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.5.6 to 0.5.7

6

CHANGELOG.md
# @web/test-runner-core
## 0.5.7
### Patch Changes
- 50d1036: reset request 404s on rerun
## 0.5.6

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

2

dist/runner/TestScheduler.js

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

for (const session of sessionsToSchedule) {
this.sessions.updateStatus(session, TestSessionStatus_1.SESSION_STATUS.SCHEDULED);
this.sessions.updateStatus(Object.assign(Object.assign({}, session), { request404s: [] }), TestSessionStatus_1.SESSION_STATUS.SCHEDULED);
}

@@ -41,0 +41,0 @@ this.runScheduled(testRun);

{
"name": "@web/test-runner-core",
"version": "0.5.6",
"version": "0.5.7",
"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