Przeglądaj źródła

chore: add `__tests__` and `__mocks__` to file checker and fix updated names

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
tags/v28.0.0beta1
John Molakvoæ 11 miesięcy temu
rodzic
commit
a70aa61dff
No account linked to committer's email address
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4
    2
      build/files-checker.php

+ 4
- 2
build/files-checker.php Wyświetl plik

@@ -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',

Ładowanie…
Anuluj
Zapisz