Files
RayLab-Core/jest.config.cjs
T
2026-09-07 22:57:18 +07:00

7 lines
173 B
JavaScript

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