Skip to content

Commit

Permalink
test: refactor and expand picker test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed Apr 21, 2022
1 parent 6d93170 commit dbf8471
Show file tree
Hide file tree
Showing 9 changed files with 1,888 additions and 3,428 deletions.
7 changes: 6 additions & 1 deletion packages/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@
},
"overrides": [
{
"files": ["*.test.ts", "*.stories.ts", "**/benchmark/*.ts"],
"files": [
"*.test.ts",
"*.stories.ts",
"**/benchmark/*.ts",
"**/test/*.ts"
],
"rules": {
"spectrum-web-components/document-active-element": ["off"],
"lit-a11y/no-autofocus": ["off"],
Expand Down
Loading

0 comments on commit dbf8471

Please sign in to comment.