aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-07-30 15:04:05 -0400
committerAjay Ramachandran <[email protected]>2021-07-30 15:04:05 -0400
commitd93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33 (patch)
treef381accbdcd02d7727fa745aef715f90dc122aec /.eslintrc.js
parent2a3a04a504029be0f544d4c4523c4dd6e37ad2b1 (diff)
downloadSponsorBlock-d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33.tar.gz
SponsorBlock-d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33.zip
Add basic selenium test
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
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",