We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e30e4 commit 996eae2Copy full SHA for 996eae2
src/user-event/.eslintrc
@@ -1,6 +1,8 @@
1
{
2
"rules": {
3
- // the wait in the loop is intentional and we don't want to parallelize
+ // 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.
6
"no-await-in-loop": "off"
7
}
8
0 commit comments