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

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-06-21 10:14:34 +02:00
parent 89711482c5
commit a70aa61dff
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

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