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
-6
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'],
};