diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-05-25 12:39:08 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-05-30 10:54:45 +0200 |
commit | 623293c2ddda8bff2d6f3a1f5895fc47e1fba707 (patch) | |
tree | ef243b8fd3cc24bd42885a3cca217beda65d7b7f /build/files-checker.php | |
parent | 95f390d36815e6aabfd09b39bbeaed5bf9d46c55 (diff) | |
download | nextcloud-server-623293c2ddda8bff2d6f3a1f5895fc47e1fba707.tar.gz nextcloud-server-623293c2ddda8bff2d6f3a1f5895fc47e1fba707.zip |
Fix node tests ci
- Update jest snapshot
- Fix importing 3rdparty vue components
- Disable temporarely tests using nextcloud-vue/Button
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'build/files-checker.php')
-rw-r--r-- | build/files-checker.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/files-checker.php b/build/files-checker.php index 377e705ed49..77bb3559062 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -66,6 +66,7 @@ $expectedFiles = [ 'dist', 'index.html', 'index.php', + 'jest.config.js', 'lib', 'Makefile', 'occ', |