Socket
Socket
Sign inDemoInstall

@web/test-runner-core

Package Overview
Dependencies
Maintainers
5
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.1.2 to 0.2.0

6

CHANGELOG.md
# @web/test-runner-core
## 0.2.0
### Minor Changes
- 37eb13a: don't wait for browser to close
## 0.1.2

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

10

dist/runner/TestRunner.js

@@ -94,12 +94,10 @@ "use strict";

this.stopped = true;
const tasks = [];
tasks.push(this.config.server.stop().catch(error => {
this.config.server.stop().catch(error => {
console.error(error);
}));
});
for (const browser of this.browsers) {
tasks.push(browser.stop().catch(error => {
browser.stop().catch(error => {
console.error(error);
}));
});
}
await Promise.all(tasks);
}

@@ -106,0 +104,0 @@ startDebugFocusedTestFile() {

2

package.json
{
"name": "@web/test-runner-core",
"version": "0.1.2",
"version": "0.2.0",
"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