chore: Remove redundant jest config (#31486)

This commit is contained in:
Matsu 2026-06-02 09:36:20 +03:00 committed by GitHub
parent 28d099f75d
commit dd020a82fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +0,0 @@
/** @type {import('vi').Config} */
module.exports = {
...require('../../vi.config'),
globalSetup: '<rootDir>/test/setup.ts',
setupFilesAfterEnv: ['<rootDir>/test/setup-mocks.ts'],
};