Skip to content

Commit

Permalink
feat: use a real browser to run user interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasdeMoura committed Jul 14, 2024
1 parent 68eefd4 commit 7d036f0
Show file tree
Hide file tree
Showing 6 changed files with 1,229 additions and 115 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"newlinesBetween": "always", // new line between groups
"groups": [
"/^react/",
"/^@testing-library|^vitest/",
"/^@testing-library|^@vitest|^vitest/",
"/^@storybook/",
"/styles.*/",
[
Expand Down Expand Up @@ -73,4 +73,4 @@
]
}
]
}
}
Loading

0 comments on commit 7d036f0

Please sign in to comment.