Files
huly-platform/plugins/ai-assistant-resources/jest.config.js
T
2025-09-17 16:23:35 +04:00

6 lines
117 B
JavaScript

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