Skip to content

Commit 2da4147

Browse files
Version Packages
1 parent 07f0139 commit 2da4147

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/itchy-socks-rule.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/test-runner-chrome/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @web/test-runner-chrome
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- 18d4a631: fix: add workaround for headless issue
8+
9+
This will patch `window.requestAnimationFrame` and `window.requestIdleCallback` and make sure that the tab running the test code is brought back to the front.
10+
311
## 0.13.2
412

513
### Patch Changes

packages/test-runner-chrome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/test-runner-chrome",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)