obsidian-media-db-sync/jest.config.js
2022-09-17 15:44:50 +05:30

13 lines
No EOL
262 B
JavaScript

module.exports = {
"roots": [
"<rootDir>/src",
"<rootDir>"
],
"testMatch": [
"**/__tests__/**/*.+(ts|tsx|js)",
"**/?(*.)+(spec|test).+(ts|tsx|js)"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
}