tmfelwu_obsidian-inbox/jest.config.js
2023-04-22 00:34:14 +05:30

5 lines
No EOL
106 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
};