diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-30 15:04:05 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-30 15:04:05 -0400 |
commit | d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33 (patch) | |
tree | f381accbdcd02d7727fa745aef715f90dc122aec /.eslintrc.js | |
parent | 2a3a04a504029be0f544d4c4523c4dd6e37ad2b1 (diff) | |
download | SponsorBlock-d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33.tar.gz SponsorBlock-d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33.zip |
Add basic selenium test
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 64b64a12..b6264a34 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,6 +3,8 @@ module.exports = { browser: true, es2021: true, node: true, + jest: true, + jasmine: true, }, extends: [ "eslint:recommended", |