Удалить jest.config.js

This commit is contained in:
2026-07-01 14:00:29 +00:00
parent 80b284af25
commit bbb9863826
-5
View File
@@ -1,5 +0,0 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts']
};