@trackunit/iris-app-e2e 1.4.27 → 1.4.31
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-e2e",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.31",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"cypress-terminal-report": "7.0.3",
|
|
15
15
|
"node-xlsx": "^0.23.0",
|
|
16
16
|
"prettier": "^3.4.2",
|
|
17
|
-
"@trackunit/react-test-setup": "1.4.
|
|
17
|
+
"@trackunit/react-test-setup": "1.4.31"
|
|
18
18
|
},
|
|
19
19
|
"module": "./index.esm.js",
|
|
20
20
|
"main": "./index.cjs.js",
|
|
@@ -10,7 +10,7 @@ import { E2eConfigurationGeneratorSchema } from "./schema";
|
|
|
10
10
|
* @param tree - The NX virtual file system tree
|
|
11
11
|
* @param options - Configuration options for the generator
|
|
12
12
|
* @param options.project - The name of the project to add E2E configuration to
|
|
13
|
-
* @returns A function that logs completion message with the path to the generated test file
|
|
13
|
+
* @returns {Function} A function that logs completion message with the path to the generated test file
|
|
14
14
|
* @example
|
|
15
15
|
* ```bash
|
|
16
16
|
* nx generate @trackunit/iris-app-e2e:e2e-configuration --project my-app
|