Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions scripts/lintTs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,39 +27,9 @@
const monorepoRoot = path.resolve(url.fileURLToPath(import.meta.url), '../..');

// TODO: remove this list at some point and run against all packages
const packagesNotToTest = [

Check failure on line 30 in scripts/lintTs.mjs

View workflow job for this annotation

GitHub Actions / Static Checks (Lint, Typecheck, Yarn Validate)

Replace `⏎··'jest-circus',⏎··'jest-jasmine2',⏎` with `'jest-circus',·'jest-jasmine2'`
'expect',
'expect-utils',
'jest-circus',
'jest-cli',
'jest-config',
'jest-core',
'jest-create-cache-key-function',
'jest-diff',
'jest-each',
'jest-environment-jsdom',
'jest-environment-node',
'jest-fake-timers',
'jest-get-type',
'jest-haste-map',
'jest-jasmine2',
'jest-leak-detector',
'jest-matcher-utils',
'jest-message-util',
'jest-mock',
'jest-pattern',
'jest-phabricator',
'jest-regex-util',
'jest-reporters',
'jest-resolve',
'jest-runner',
'jest-runtime',
'jest-snapshot',
'jest-snapshot-utils',
'jest-util',
'jest-validate',
'jest-worker',
'pretty-format',
];

const packagesWithTs = getPackagesWithTsConfig()
Expand Down
Loading