@smartthings/cli-testlib
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| # [0.0.0-pre.14](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.13...v0.0.0-pre.14) (2020-12-07) | ||
| **Note:** Version bump only for package @smartthings/cli-testlib | ||
| # [0.0.0-pre.9](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.8...v0.0.0-pre.9) (2020-09-02) | ||
@@ -8,0 +16,0 @@ |
+3
-3
| { | ||
| "name": "@smartthings/cli-testlib", | ||
| "version": "0.0.0-pre.9", | ||
| "version": "0.0.0-pre.14", | ||
| "description": "SmartThings unified CLI testing utility methods library", | ||
@@ -28,3 +28,3 @@ "author": "SmartThings, Inc.", | ||
| "devDependencies": { | ||
| "typescript": "^3.9.7" | ||
| "typescript": "^4.0.3" | ||
| }, | ||
@@ -41,3 +41,3 @@ "scripts": { | ||
| }, | ||
| "gitHead": "aee9a56f63d1c37aa0aa0643b40505481163c7c8" | ||
| "gitHead": "e94ca0370b77eb1317545cd084965f5a0f9983e5" | ||
| } |
+1
-1
| # @smartthings/cli-testlib | ||
| A library to support testing SmartThings CLI plug-ins with Jest. | ||
| A library to support testing the SmartThings CLI and plugins written for it with Jest. | ||
@@ -5,0 +5,0 @@ ## Usage |
13920
1.6%