bambuscontrol_obsidian-unic.../jest.config.js
Bambus Control 36cf853806 Generate regression tests for comparison and helpers
Generate regression tests for helpers

Test move
2025-09-27 14:53:45 +02:00

8 lines
173 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
modulePaths: [
"<rootDir>"
]
};