@tramvai/test-integration 2.63.0 → 2.65.9
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/lib/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/lib/index.es.js
CHANGED
|
@@ -88,7 +88,7 @@ const startCli = async (targetOrConfig, { enableRebuild = false, env, logger = c
|
|
|
88
88
|
: {
|
|
89
89
|
config: mergeDeep({
|
|
90
90
|
// disable hot-refresh that may break checks for full page load because of never-ending request
|
|
91
|
-
|
|
91
|
+
hotRefresh: { enabled: false },
|
|
92
92
|
}, targetOrConfig),
|
|
93
93
|
}),
|
|
94
94
|
env: {
|
package/lib/index.js
CHANGED
|
@@ -98,7 +98,7 @@ const startCli = async (targetOrConfig, { enableRebuild = false, env, logger = c
|
|
|
98
98
|
: {
|
|
99
99
|
config: mergeDeep__default["default"]({
|
|
100
100
|
// disable hot-refresh that may break checks for full page load because of never-ending request
|
|
101
|
-
|
|
101
|
+
hotRefresh: { enabled: false },
|
|
102
102
|
}, targetOrConfig),
|
|
103
103
|
}),
|
|
104
104
|
env: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tramvai/test-integration",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.65.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@tinkoff/mocker": "2.1.3",
|
|
25
|
-
"@tramvai/test-helpers": "2.
|
|
25
|
+
"@tramvai/test-helpers": "2.65.9",
|
|
26
26
|
"env-ci": "^5.0.2",
|
|
27
27
|
"utility-types": "^3.10.0",
|
|
28
28
|
"wait-on": "^5.3.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@tinkoff/utils": "^2.1.2",
|
|
32
|
-
"@tramvai/cli": "2.
|
|
32
|
+
"@tramvai/cli": "2.65.9",
|
|
33
33
|
"tslib": "^2.4.0"
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|