fancive_obsidian-parallel-r.../tests
wujunchen 7cb68658f5 refactor: split modules.test.js into 12 per-module test files
Replaces the monolithic modules.test.js (983 lines) with focused
per-module test files sharing a common test-setup.js. Each file is
under 225 lines. All existing test assertions preserved.

New files: test-setup.js, anchor.test.js, schema.test.js, cache.test.js,
cards-nav.test.js, markdown.test.js, vault-batch.test.js, i18n.test.js,
scroll.test.js, settings.test.js, providers.test.js, streaming.test.js,
cli.test.js

Change-Id: I37a3342a1588807277e679e6535cde361e650565
2026-04-27 15:21:03 +08:00
..
anchor.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
cache.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
cards-nav.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
cli.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
direct-modules.test.js test: add getApiKey, cacheEntryMatches, normalizeCardCount edge case tests 2026-04-27 14:11:37 +08:00
generation-job-manager.test.js feat: improve reader cache and card UX 2026-04-25 19:44:39 +08:00
i18n.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
main.test.js test: import pure modules directly 2026-04-26 18:25:50 +08:00
markdown.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
providers.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
schema.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
scroll.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
settings.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
streaming.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
test-setup.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00
vault-batch.test.js refactor: split modules.test.js into 12 per-module test files 2026-04-27 15:21:03 +08:00