mirror of
https://github.com/bambuscontrol/obsidian-unicode-search.git
synced 2026-07-22 07:20:27 +00:00
9 lines
248 B
JavaScript
9 lines
248 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
modulePaths: ["<rootDir>"],
|
|
moduleNameMapper: {
|
|
"^obsidian$": "<rootDir>/__mocks__/obsidian.ts",
|
|
},
|
|
};
|