diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-05-30 17:00:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 17:00:27 +0200 |
commit | 0886437f2c333c44542b988425f497f2329a35b4 (patch) | |
tree | d0a4e19231833ebf027699a8aba851512759e8a0 /build | |
parent | ee9f37c3d6da07747797c06e4ab1524a9eb21e8f (diff) | |
parent | 623293c2ddda8bff2d6f3a1f5895fc47e1fba707 (diff) | |
download | nextcloud-server-0886437f2c333c44542b988425f497f2329a35b4.tar.gz nextcloud-server-0886437f2c333c44542b988425f497f2329a35b4.zip |
Merge pull request #32591 from nextcloud/fix/node-test
Fix node tests ci
Diffstat (limited to 'build')
-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', |