@tramvai/test-integration 6.80.26 → 6.81.11

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.
@@ -38,10 +38,10 @@ export declare const startCli: (targetOrConfig: StartOptions['target'] | StartOp
38
38
  parserOptions?: Partial<import("node-html-parser").Options> | undefined;
39
39
  } | undefined) => Promise<{
40
40
  initialState: any;
41
- parsed: import("node-html-parser").HTMLElement;
42
- body: string;
43
- head: string;
44
- application: string;
41
+ parsed: any;
42
+ body: any;
43
+ head: any;
44
+ application: any;
45
45
  }>;
46
46
  papi: {
47
47
  publicPapi: (path: string, { method, body, contentType, headers, }?: {
@@ -21,10 +21,10 @@ export declare const runFakeApp: (config: Partial<StartOptions['config']>, optio
21
21
  parserOptions?: Partial<import("node-html-parser").Options> | undefined;
22
22
  } | undefined) => Promise<{
23
23
  initialState: any;
24
- parsed: import("node-html-parser").HTMLElement;
25
- body: string;
26
- head: string;
27
- application: string;
24
+ parsed: any;
25
+ body: any;
26
+ head: any;
27
+ application: any;
28
28
  }>;
29
29
  papi: {
30
30
  publicPapi: (path: string, { method, body, contentType, headers, }?: {
@@ -20,10 +20,10 @@ export declare const runRealApp: (tramvaiConfigRoot: string, appName: string, op
20
20
  parserOptions?: Partial<import("node-html-parser").Options> | undefined;
21
21
  } | undefined) => Promise<{
22
22
  initialState: any;
23
- parsed: import("node-html-parser").HTMLElement;
24
- body: string;
25
- head: string;
26
- application: string;
23
+ parsed: any;
24
+ body: any;
25
+ head: any;
26
+ application: any;
27
27
  }>;
28
28
  papi: {
29
29
  publicPapi: (path: string, { method, body, contentType, headers, }?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-integration",
3
- "version": "6.80.26",
3
+ "version": "6.81.11",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -21,14 +21,14 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@tinkoff/mocker": "6.1.3",
24
- "@tramvai/test-helpers": "6.80.26",
24
+ "@tramvai/test-helpers": "6.81.11",
25
25
  "env-ci": "^5.0.2",
26
26
  "utility-types": "^3.10.0",
27
27
  "wait-on": "^5.3.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@tinkoff/utils": "^2.1.2",
31
- "@tramvai/cli": "6.80.26",
31
+ "@tramvai/cli": "6.81.11",
32
32
  "tslib": "^2.4.0"
33
33
  },
34
34
  "license": "Apache-2.0",