task-svr/jest.config.js
2024-04-17 14:08:07 +08:00

6 lines
123 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
}