lhmask/jest.config.js
2024-06-17 20:11:08 -03:00

5 lines
No EOL
121 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
export default {
preset: 'ts-jest',
testEnvironment: 'node',
};