aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/.eslintrc
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-09-02 16:13:51 +0200
committerGitHub <noreply@github.com>2016-09-02 16:13:51 +0200
commit5fac9ad9ac653dba89f5f53457c8d17959cef7cc (patch)
tree8f1516f14adaaa1ffc421b50737b33a887d29f75 /server/sonar-web/.eslintrc
parente71ab396b44b4a4f6e03edcba97564b27de6efa9 (diff)
downloadsonarqube-5fac9ad9ac653dba89f5f53457c8d17959cef7cc.tar.gz
sonarqube-5fac9ad9ac653dba89f5f53457c8d17959cef7cc.zip
use jest (#1202)
Diffstat (limited to 'server/sonar-web/.eslintrc')
-rw-r--r--server/sonar-web/.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/.eslintrc b/server/sonar-web/.eslintrc
index c1cff1a0ef4..06d77b7ab50 100644
--- a/server/sonar-web/.eslintrc
+++ b/server/sonar-web/.eslintrc
@@ -8,7 +8,7 @@
"env": {
"browser": true,
"es6": true,
- "mocha": true,
+ "jest": true,
"node": true
},