dotwee_obsidian-raindropio-.../tests
Lukas Wolfsteiner c22dc1f969 build: modernize TypeScript and esbuild configuration
Set compile and bundle target to ES2021 since Obsidian runs on modern Electron.
Replace individual strict flags with strict: true and add noFallthroughCasesInSwitch, skipLibCheck and forceConsistentCasingInFileNames.
Switch module resolution to bundler, removing the need for deprecation workarounds on TypeScript 6.
Drop baseUrl, allowJs and importHelpers; tests now import sources via relative paths.
Aligns the project with the modernized obsidian-sample-plugin configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 11:20:56 +02:00
..
__mocks__ feat: add testing framework and initial test cases 2026-05-02 01:33:06 +02:00
block-parser.test.ts build: modernize TypeScript and esbuild configuration 2026-07-06 11:20:56 +02:00
note-parser.test.ts build: modernize TypeScript and esbuild configuration 2026-07-06 11:20:56 +02:00
note-search.test.ts build: modernize TypeScript and esbuild configuration 2026-07-06 11:20:56 +02:00
raindrop-search.test.ts build: modernize TypeScript and esbuild configuration 2026-07-06 11:20:56 +02:00