@travetto/test 3.0.0-rc.26 → 3.0.0-rc.27
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 +5 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
**Install: @travetto/test**
|
|
7
7
|
```bash
|
|
8
8
|
npm install @travetto/test
|
|
9
|
+
|
|
10
|
+
# or
|
|
11
|
+
|
|
12
|
+
yarn add @travetto/test
|
|
9
13
|
```
|
|
10
14
|
|
|
11
15
|
This module provides unit testing functionality that integrates with the framework. It is a declarative framework, using decorators to define tests and suites. The test produces results in the following formats:
|
|
@@ -218,7 +222,7 @@ class SimpleTest {
|
|
|
218
222
|
|
|
219
223
|
## Running Tests
|
|
220
224
|
|
|
221
|
-
To run the tests you can either call the [Command Line Interface](https://github.com/travetto/travetto/tree/main/module/cli#readme "CLI infrastructure for
|
|
225
|
+
To run the tests you can either call the [Command Line Interface](https://github.com/travetto/travetto/tree/main/module/cli#readme "CLI infrastructure for Travetto framework") by invoking
|
|
222
226
|
|
|
223
227
|
**Terminal: Test Help Output**
|
|
224
228
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/test",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.27",
|
|
4
4
|
"description": "Declarative test framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unit-testing",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"directory": "module/test"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@travetto/base": "^3.0.0-rc.
|
|
31
|
-
"@travetto/registry": "^3.0.0-rc.
|
|
32
|
-
"@travetto/terminal": "^3.0.0-rc.
|
|
33
|
-
"@travetto/worker": "^3.0.0-rc.
|
|
34
|
-
"@travetto/yaml": "^3.0.0-rc.
|
|
30
|
+
"@travetto/base": "^3.0.0-rc.21",
|
|
31
|
+
"@travetto/registry": "^3.0.0-rc.24",
|
|
32
|
+
"@travetto/terminal": "^3.0.0-rc.11",
|
|
33
|
+
"@travetto/worker": "^3.0.0-rc.21",
|
|
34
|
+
"@travetto/yaml": "^3.0.0-rc.21"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@travetto/cli": "^3.0.0-rc.
|
|
38
|
-
"@travetto/transformer": "^3.0.0-rc.
|
|
37
|
+
"@travetto/cli": "^3.0.0-rc.24",
|
|
38
|
+
"@travetto/transformer": "^3.0.0-rc.22"
|
|
39
39
|
},
|
|
40
40
|
"peerDependenciesMeta": {
|
|
41
41
|
"@travetto/transformer": {
|