Socket
Socket
Sign inDemoInstall

@salesforce/cli-plugins-testkit

Package Overview
Dependencies
8
Maintainers
64
Versions
281
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.27 to 1.0.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [1.0.0](https://github.com/salesforcecli/cli-plugins-testkit/compare/v0.0.27...v1.0.0) (2021-05-05)
### Bug Fixes
* double wait time when deleting dirs ([96d4388](https://github.com/salesforcecli/cli-plugins-testkit/commit/96d4388af8bac53c2a9f83ef6eb292ef93da1aee))
### [0.0.27](https://github.com/salesforcecli/cli-plugins-testkit/compare/v0.0.25...v0.0.27) (2021-04-27)

@@ -7,0 +14,0 @@

2

lib/testSession.js

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

// removal so we wait a bit before trying.
await this.sleep(kit_1.Duration.seconds(2));
await this.sleep(kit_1.Duration.seconds(4));
const rv = shell.rm('-rf', this.dir);

@@ -193,0 +193,0 @@ if (rv.code !== 0) {

{
"name": "@salesforce/cli-plugins-testkit",
"description": "Provides test utilities to assist Salesforce CLI plug-in authors with writing non-unit tests (NUT).",
"version": "0.0.27",
"version": "1.0.0",
"author": "Salesforce",

@@ -6,0 +6,0 @@ "license": "BSD-3-Clause",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc