mirror of
https://github.com/shane-lamb/obsidian-llm-docs.git
synced 2026-07-22 05:44:55 +00:00
7 lines
No EOL
156 B
JavaScript
7 lines
No EOL
156 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} **/
|
|
module.exports = {
|
|
testEnvironment: "node",
|
|
transform: {
|
|
"^.+.tsx?$": ["ts-jest",{}],
|
|
},
|
|
}; |