diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-21 10:14:34 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-21 10:14:34 +0200 |
commit | a70aa61dffe7fc800c048af2c365076f43934767 (patch) | |
tree | 8b9f105dfbbf322d925fe81f6cd4bfc4035c96c9 /build | |
parent | 89711482c560ea678bf015598fe628d63bdc2cb7 (diff) | |
download | nextcloud-server-a70aa61dffe7fc800c048af2c365076f43934767.tar.gz nextcloud-server-a70aa61dffe7fc800c048af2c365076f43934767.zip |
chore: add `__tests__` and `__mocks__` to file checker and fix updated names
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/files-checker.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/files-checker.php b/build/files-checker.php index c06e5ea81dc..0befaed968e 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -22,7 +22,6 @@ $expectedFiles = [ '.', '..', - '.codecov.yml', '.devcontainer', '.drone.yml', '.editorconfig', @@ -44,6 +43,8 @@ $expectedFiles = [ '.tag', '.tx', '.user.ini', + '__mocks__', + '__tests__', '3rdparty', 'AUTHORS', 'CHANGELOG.md', @@ -60,6 +61,7 @@ $expectedFiles = [ 'autotest.sh', 'babel.config.js', 'build', + 'codecov.yml', 'composer.json', 'composer.lock', 'config', @@ -74,7 +76,7 @@ $expectedFiles = [ 'dist', 'index.html', 'index.php', - 'jest.config.js', + 'jest.config.ts', 'lib', 'occ', 'ocm-provider', |