@salesforce/cli-plugins-testkit 5.3.41 → 5.3.42
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.
- package/LICENSE.txt +1 -1
- package/README.md +3 -3
- package/package.json +1 -1
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -32,10 +32,10 @@ Using a different file extension will help separate your unit tests from your NU
|
|
|
32
32
|
Here are some public github repos for plugins that use this library for NUTs:
|
|
33
33
|
|
|
34
34
|
- [@salesforce/plugin-alias](https://github.com/salesforcecli/plugin-alias/blob/main/test/commands/alias/set.nut.ts)
|
|
35
|
-
- [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/main/test/commands/
|
|
35
|
+
- [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/main/test/commands/org/list/auth.nut.ts)
|
|
36
36
|
- [@salesforce/plugin-config](https://github.com/salesforcecli/plugin-config/blob/main/test/commands/config/list.nut.ts)
|
|
37
|
-
- [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/main/test/commands/
|
|
38
|
-
- [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/main/test/nut/
|
|
37
|
+
- [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/main/test/commands/data/tree/dataTree.nut.ts)
|
|
38
|
+
- [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/main/test/nut/listAndDisplay.nut.ts)
|
|
39
39
|
- [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/main/test/allCommands.nut.ts)
|
|
40
40
|
|
|
41
41
|
## Running Commands
|
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": "5.3.
|
|
4
|
+
"version": "5.3.42",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "lib/index.js",
|