Skip to content

Commit

Permalink
Migrate all tests to puppeteer, remove zombie test dependency (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
shakeelmohamed committed Aug 28, 2023
1 parent 1c1d677 commit fe98cd0
Show file tree
Hide file tree
Showing 9 changed files with 2,605 additions and 2,436 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"ga": true,
"twttr": true,
"time": true,
"plyr": true
"plyr": true,
"browser": true
},
"rules": {
"brace-style": [
Expand Down Expand Up @@ -79,5 +80,8 @@
"no-irregular-whitespace": 2,
"spaced-comment": 2
},
"parserOptions": {
"ecmaVersion": 2017
},
"extends": "eslint:recommended"
}
Loading

0 comments on commit fe98cd0

Please sign in to comment.