@tramvai/test-jsdom 1.45.0 → 1.46.8

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 +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Tramvai test jest
2
2
 
3
- Библиотека хелперов для тестирования в среде [jsdom](https://github.com/jsdom/jsdom)
3
+ Set of helpers for testing in [jsdom environment](https://github.com/jsdom/jsdom)
4
4
 
5
- ## Подключение
5
+ ## Installation
6
6
 
7
7
  ```bash
8
8
  npm i --save-dev @tramvai/test-jsdom
@@ -12,7 +12,7 @@ npm i --save-dev @tramvai/test-jsdom
12
12
 
13
13
  ### waitRaf
14
14
 
15
- Позволяет подождать выполнения requestAnimationFrame калбеков в тесте
15
+ Wait for execution of `requestAnimationFrame` callback
16
16
 
17
17
  ```ts
18
18
  import { waitRaf } from '@tramvai/test-jsdom';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-jsdom",
3
- "version": "1.45.0",
3
+ "version": "1.46.8",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",