Skip to content

Commit 855eedc

Browse files
authored
Introduce iteration support to the Maps in the module (#425)
1 parent e132016 commit 855eedc

36 files changed

+11838
-394
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"plugin:jest/recommended"
2929
],
3030
"env": {
31-
"jest": true
31+
"jest": true,
32+
"node": true
3233
}
3334
}
3435
]

__tests__/src/ariaPropsMaps-test.js

Lines changed: 585 additions & 22 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)