Skip to content

Commit

Permalink
chore: add __tests__ and __mocks__ to file checker and fix update…
Browse files Browse the repository at this point in the history
…d names

Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Jun 21, 2023
1 parent 8971148 commit a70aa61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/files-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
$expectedFiles = [
'.',
'..',
'.codecov.yml',
'.devcontainer',
'.drone.yml',
'.editorconfig',
Expand All @@ -44,6 +43,8 @@
'.tag',
'.tx',
'.user.ini',
'__mocks__',
'__tests__',
'3rdparty',
'AUTHORS',
'CHANGELOG.md',
Expand All @@ -60,6 +61,7 @@
'autotest.sh',
'babel.config.js',
'build',
'codecov.yml',
'composer.json',
'composer.lock',
'config',
Expand All @@ -74,7 +76,7 @@
'dist',
'index.html',
'index.php',
'jest.config.js',
'jest.config.ts',
'lib',
'occ',
'ocm-provider',
Expand Down

0 comments on commit a70aa61

Please sign in to comment.