tractatus/tests
TheFlow 0668b09b54 fix: Fix ProhibitedTermsScanner glob v7 bug and BlogCuration test MongoDB dependency
ProhibitedTermsScanner used await glob() which returns a Glob instance
in v7, not a Promise<string[]>. Changed to glob.sync() so file discovery
actually works. BlogCuration suggestTopics() tests added Document.model
mock to prevent MongoDB connection attempts.

All 14 unit test suites now pass (524/524 tests).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 17:16:40 +13:00
..
helpers feat(tests): create database test helper and diagnose integration test issues 2025-10-21 15:39:27 +13:00
integration fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
poc/memory-tool fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
unit fix: Fix ProhibitedTermsScanner glob v7 bug and BlogCuration test MongoDB dependency 2026-02-07 17:16:40 +13:00
setup.js fix: add Jest test infrastructure and reduce test failures from 29 to 13 2025-10-09 20:37:45 +13:00