]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore: add `__tests__` and `__mocks__` to file checker and fix updated names 38806/head
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Wed, 21 Jun 2023 08:14:34 +0000 (10:14 +0200)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Wed, 21 Jun 2023 08:14:34 +0000 (10:14 +0200)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
build/files-checker.php

index c06e5ea81dc3965057e231539437c504bdec2b93..0befaed968e22455bef602ec1bdffa292e52db23 100644 (file)
@@ -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',