Skip to content

Commit 996eae2

Browse files
committed
chore: fix comment
1 parent e6e30e4 commit 996eae2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/user-event/.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"rules": {
3-
// the wait in the loop is intentional and we don't want to parallelize
3+
// everything in this directory is intentionally running in series, not parallel
4+
// because user's cannot fire multiple events at the same time and we need
5+
// all events fired in a predictable order.
46
"no-await-in-loop": "off"
57
}
68
}

0 commit comments

Comments
 (0)