jan/web/jest.config.js
2024-08-29 12:55:07 +07:00

6 lines
98 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
runner: './testRunner.js',
}