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:
authordiosmosis <diosmosis@users.noreply.github.com>2020-06-26 12:33:41 +0300
committerGitHub <noreply@github.com>2020-06-26 12:33:41 +0300
commitb12946909ff323ea2f7e7af04e4435d2dd503023 (patch)
tree90ae60f7755336e80a7bc6a1d538ae02c24493af /tests/PHPUnit/Integration/ReleaseCheckListTest.php
parent714503751b76436daf6533331f24e3400eb06ad1 (diff)
run npm update and include node_modules (#16079)
* update npm packages to latest * fix javascript path location * update screenshots * Add node_modules for users that do not have npm insalled but use git to deploy. * fix release checklist test * Add old chroma-js + some files missing from node_module. * remove npm install * fix .travis.yml * update expected screenshots * update submodule Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to 'tests/PHPUnit/Integration/ReleaseCheckListTest.php')
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 9137fcaf8a..9d79be3545 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -891,6 +891,7 @@ class ReleaseCheckListTest extends \PHPUnit\Framework\TestCase
if(strpos($file, 'vendor/php-di/php-di/website/') !== false
|| strpos($file, 'vendor/phpmailer/phpmailer/language/') !== false
+ || strpos($file, 'node_modules/') !== false
|| strpos($file, 'plugins/VisitorGenerator/vendor/fzaninotto/faker/src/Faker/Provider/') !== false) {
continue;
}