tmfelwu_obsidian-inbox/jest.config.js

5 lines
106 B
JavaScript
Raw Permalink Normal View History

2023-04-21 19:04:14 +00:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
};