diff options
Diffstat (limited to 'server/sonar-web/test/intern.js')
-rw-r--r-- | server/sonar-web/test/intern.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/test/intern.js b/server/sonar-web/test/intern.js index 16b5ff93c82..42049ab87db 100644 --- a/server/sonar-web/test/intern.js +++ b/server/sonar-web/test/intern.js @@ -27,7 +27,8 @@ define(['intern'], function (intern) { 'test/medium/computation.spec', 'test/medium/coding-rules.spec', 'test/medium/custom-measures.spec', - 'test/medium/quality-profiles.spec' + 'test/medium/quality-profiles.spec', + 'test/medium/source-viewer.spec' ], tunnel: tunnel, |