Skip to content

Commit

Permalink
Refactor to use async/await in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 30, 2022
1 parent d2ab878 commit 80caf22
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 311 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,15 @@
"trailingComma": "none"
},
"xo": {
"prettier": true
"prettier": true,
"overrides": [
{
"files": "test.js",
"rules": {
"no-await-in-loop": "off"
}
}
]
},
"remarkConfig": {
"plugins": [
Expand Down
Loading

0 comments on commit 80caf22

Please sign in to comment.