platform/plugins/process-resources/jest.config.js
2025-03-19 07:49:26 +07:00

6 lines
117 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)']
}