Skip to content

Commit e6f0188

Browse files
jlin53882claude
andcommitted
fix(import-markdown): add import-markdown test to EXPECTED_BASELINE
verify-ci-test-manifest.mjs also maintains its own copy of the baseline. Without this entry, verifyExactOnceCoverage() throws "unexpected manifest entry" because it validates against EXPECTED_BASELINE, not CI_TEST_MANIFEST. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2cd9771 commit e6f0188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/verify-ci-test-manifest.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const EXPECTED_BASELINE = [
2121
{ group: "core-regression", runner: "node", file: "test/strip-envelope-metadata.test.mjs", args: ["--test"] },
2222
{ group: "cli-smoke", runner: "node", file: "test/cli-smoke.mjs" },
2323
{ group: "cli-smoke", runner: "node", file: "test/functional-e2e.mjs" },
24+
{ group: "cli-smoke", runner: "node", file: "test/import-markdown/import-markdown.test.mjs" },
2425
{ group: "core-regression", runner: "node", file: "test/retriever-rerank-regression.mjs" },
2526
{ group: "core-regression", runner: "node", file: "test/smart-memory-lifecycle.mjs" },
2627
{ group: "core-regression", runner: "node", file: "test/smart-extractor-branches.mjs" },

0 commit comments

Comments
 (0)