Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-09-24 17:50:14 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-24 17:50:14 +0400
commit0332c048473a5f82511ec5e3ea3882b109625904 (patch)
treee0cfceb37d1c8ecf97a6e734c86131aa90afe1c7 /tests/angularjs
parentf2995e8eabbd60bfa680271c3facc5697a24f2bd (diff)
refs #5983 in the style guide it was suggested to use for instance the "." as a separator for those types which absolutely makes more sense to me. So dash can be used for naming of the component and is clearly separated from the type
Diffstat (limited to 'tests/angularjs')
-rwxr-xr-xtests/angularjs/karma.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/angularjs/karma.conf.js b/tests/angularjs/karma.conf.js
index 641da9895b..21b0032580 100755
--- a/tests/angularjs/karma.conf.js
+++ b/tests/angularjs/karma.conf.js
@@ -30,7 +30,7 @@ module.exports = function(config) {
'plugins/CoreHome/angularjs/common/directives/directive.js',
'plugins/CoreHome/angularjs/piwikApp.js',
'plugins/*/angularjs/**/*.js',
- 'plugins/*/angularjs/**/*_spec.js'
+ 'plugins/*/angularjs/**/*.spec.js'
],
// list of files to exclude