summaryrefslogtreecommitdiffstats
path: root/webapp/tests/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests/.eslintrc.json')
-rw-r--r--webapp/tests/.eslintrc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/tests/.eslintrc.json b/webapp/tests/.eslintrc.json
index c2d57abea..37f08e664 100644
--- a/webapp/tests/.eslintrc.json
+++ b/webapp/tests/.eslintrc.json
@@ -8,5 +8,8 @@
"no-unreachable": 0,
"new-cap": 0,
"max-nested-callbacks": 0
+ },
+ "env": {
+ "jest": true
}
}