@salesforce/cli-plugins-testkit 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -231,7 +231,7 @@ class TestSession extends kit_1.AsyncOptionalCreatable {
231
231
  baseCmd += executable === 'sf' ? ` -e ${org.edition}` : ` edition=${org.edition}`;
232
232
  }
233
233
  if (org.wait) {
234
- baseCmd += `-w ${org.wait}`;
234
+ baseCmd += ` -w ${org.wait}`;
235
235
  }
236
236
  const rv = shell.exec(baseCmd, this.shelljsExecOptions);
237
237
  rv.stdout = stripAnsi(rv.stdout);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli-plugins-testkit",
3
3
  "description": "Provides test utilities to assist Salesforce CLI plug-in authors with writing non-unit tests (NUT).",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
5
5
  "author": "Salesforce",
6
6
  "license": "BSD-3-Clause",
7
7
  "main": "lib/index.js",