@tramvai/test-react 6.64.1 → 6.66.1

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 +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -42,7 +42,7 @@ Under the hood the [@testing-library/react](https://testing-library.com/docs/rea
42
42
 
43
43
  ```ts
44
44
  /**
45
- * @jest-environment jsdom
45
+ * @jest-environment @tramvai/test-unit-jest/lib/jsdom-environment
46
46
  */
47
47
  import { testComponent } from '@tramvai/test-react';
48
48
 
@@ -84,7 +84,7 @@ Under the hood the [@testing-library/react](https://github.com/testing-library/r
84
84
 
85
85
  ```ts
86
86
  /**
87
- * @jest-environment jsdom
87
+ * @jest-environment @tramvai/test-unit-jest/lib/jsdom-environment
88
88
  */
89
89
  import { testHook } from '@tramvai/test-react';
90
90
 
@@ -122,7 +122,7 @@ You can manually specify not to use legacy rendering mode by settings option [`l
122
122
 
123
123
  ```ts
124
124
  /**
125
- * @jest-environment jsdom
125
+ * @jest-environment @tramvai/test-unit-jest/lib/jsdom-environment
126
126
  */
127
127
  import { testComponent } from '@tramvai/test-react';
128
128
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-react",
3
- "version": "6.64.1",
3
+ "version": "6.66.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -19,12 +19,12 @@
19
19
  "dependencies": {
20
20
  "@testing-library/dom": "^10.4.0",
21
21
  "@testing-library/react": "^16.1.0",
22
- "@tinkoff/router": "0.6.109",
23
- "@tramvai/react": "6.64.1",
24
- "@tramvai/state": "6.64.1",
25
- "@tramvai/test-jsdom": "6.64.1",
26
- "@tramvai/test-mocks": "6.64.1",
27
- "@tramvai/tokens-common": "6.64.1",
22
+ "@tinkoff/router": "0.6.112",
23
+ "@tramvai/react": "6.66.1",
24
+ "@tramvai/state": "6.66.1",
25
+ "@tramvai/test-jsdom": "6.66.1",
26
+ "@tramvai/test-mocks": "6.66.1",
27
+ "@tramvai/tokens-common": "6.66.1",
28
28
  "tslib": "^2.4.0"
29
29
  },
30
30
  "peerDependencies": {