Files
huly-platform/plugins/text-editor-resources/jest.config.js
T
2024-07-12 15:42:13 +07:00

6 lines
117 B
JavaScript

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