Files
huly-platform/packages/hls/jest.config.js
T
2025-05-28 00:32:11 +07:00

6 lines
117 B
JavaScript

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