aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/scripts/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/scripts/test.js')
-rw-r--r--server/sonar-web/scripts/test.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/scripts/test.js b/server/sonar-web/scripts/test.js
index b4f37491392..2b6156cd2c4 100644
--- a/server/sonar-web/scripts/test.js
+++ b/server/sonar-web/scripts/test.js
@@ -27,6 +27,8 @@ const argv = process.argv.slice(2);
// Watch unless on CI
if (!process.env.CI) {
argv.push('--watch');
+} else {
+ argv.push('--ci');
}
jest.run(argv);