mirror of
https://github.com/tmfelwu/obsidian-inbox.git
synced 2026-07-22 07:40:30 +00:00
5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
|
|
module.exports = {
|
||
|
|
preset: 'ts-jest',
|
||
|
|
testEnvironment: 'node',
|
||
|
|
testMatch: ['**/*.test.ts'],
|
||
|
|
};
|