From dff3e5fba43df1b5c6fd222cc701035eb99583e1 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 1 Dec 2014 14:18:52 +0100 Subject: [PATCH] Enable all web MTs --- server/sonar-web/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee index 39241055789..de40b2108fc 100644 --- a/server/sonar-web/Gruntfile.coffee +++ b/server/sonar-web/Gruntfile.coffee @@ -307,7 +307,7 @@ module.exports = (grunt) -> 'no-colors': true concise: true port: '<%= grunt.option("port") %>' - src: ['<%= pkg.sources %>js/tests/e2e/tests/**/issues-spec.js'] + src: ['<%= pkg.sources %>js/tests/e2e/tests/**/*.js'] single: options: test: true -- 2.39.5