Notes/jest.config.js

5 lines
122 B
JavaScript
Raw Permalink Normal View History

2024-05-06 21:45:22 +03:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node'
};