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
path: root/tests
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2022-01-25 00:15:04 +0300
committerGitHub <noreply@github.com>2022-01-25 00:15:04 +0300
commitfed704ef22c36ff7e941a713faf5c542c6048b0e (patch)
treecc4e58731ccabc576e396242a48c26768aa64e2c /tests
parentaaf7b27450f75d6b6573bb55c86b8e6457b0d276 (diff)
[Vue] remove @types plugin dir before building to clear old types (#18673)
* remove @types plugin dir before building to clear old types * fix angularjs test, only include CoreHome UMD, others are not needed
Diffstat (limited to 'tests')
-rw-r--r--tests/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 49e237c51b..ce8bf2501f 100644
--- a/tests/angularjs/karma.conf.js
+++ b/tests/angularjs/karma.conf.js
@@ -37,7 +37,7 @@ module.exports = function(config) {
'piwik.js',
'plugins/AnonymousPiwikUsageMeasurement/javascripts/url.js',
'plugins/AnonymousPiwikUsageMeasurement/javascripts/tracking.js',
- 'plugins/*/vue/dist/*.umd.js',
+ 'plugins/CoreHome/vue/dist/CoreHome.umd.js',
'plugins/*/**/*.spec.js'
],