Merge commit '8c579c5b34b94a9ca59f91d24ec23366f4d21137' into glitch-soc/merge-upstream

Conflicts:
- `jest.config.js`
- `package.json`
- `tsconfig.json`
This commit is contained in:
Claire
2025-05-08 15:42:46 +02:00
18 changed files with 2347 additions and 2009 deletions

View File

@@ -266,6 +266,7 @@ export default tseslint.config([
'config/webpack/**',
'app/javascript/mastodon/performance.js',
'app/javascript/mastodon/test_setup.js',
'app/javascript/mastodon/test_helpers.tsx',
'app/javascript/**/__tests__/**',
],
},
@@ -411,9 +412,7 @@ export default tseslint.config([
files: ['**/__tests__/*.js', '**/__tests__/*.jsx'],
languageOptions: {
globals: {
...globals.jest,
},
globals: globals.vitest,
},
},
]);