Browse Source

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

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/38806/head
John Molakvoæ 3 years ago
parent
commit
a70aa61dff
No known key found for this signature in database GPG Key ID: 60C25B8C072916CF
  1. 6
      build/files-checker.php

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

Loading…
Cancel
Save