tractatus/scripts/framework-components
TheFlow d2d230fa5f 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
..
CrossReferenceValidator.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
LoopDetector.js fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
ProhibitedTermsScanner.js fix: Fix ProhibitedTermsScanner glob v7 bug and BlogCuration test MongoDB dependency 2026-02-07 17:16:40 +13:00