@tramvai/test-integration 2.27.0 → 2.29.0

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -22,7 +22,6 @@ Call of `app.render` resolves to the HTML render that is returned from server wh
22
22
 
23
23
  ```ts
24
24
  import { startCli } from '@tramvai/test-integration';
25
- import { initPuppeteer, wrapPuppeteerPage } from '@tramvai/test-puppeteer';
26
25
 
27
26
  beforeAll(async () => {
28
27
  app = await startCli('bootstrap', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-integration",
3
- "version": "2.27.0",
3
+ "version": "2.29.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@tinkoff/mocker": "2.1.1",
25
- "@tramvai/test-helpers": "2.27.0",
25
+ "@tramvai/test-helpers": "2.29.0",
26
26
  "@types/supertest": "^2.0.11",
27
27
  "supertest": "^6.1.3",
28
28
  "utility-types": "^3.10.0",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@tinkoff/utils": "^2.1.2",
33
- "@tramvai/cli": "2.27.0",
33
+ "@tramvai/cli": "2.29.0",
34
34
  "tslib": "^2.4.0"
35
35
  },
36
36
  "license": "Apache-2.0",