tstyche 3.0.0-beta.3 → 3.0.0-beta.4
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/README.md +1 -1
- package/build/tstyche.d.ts +311 -263
- package/build/tstyche.js +3235 -3161
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ The `tstyche` command is the heart of TSTyche. For example, it can select test f
|
|
|
70
70
|
tstyche JsonObject --only external --target 4.8,latest
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
This simple! (And it has
|
|
73
|
+
This simple! (And it has watch mode too.)
|
|
74
74
|
|
|
75
75
|
## Documentation
|
|
76
76
|
|