fix: normalize .md URLs to HTML equivalents during page discovery #44
Annotations
4 errors
|
Test
Process completed with exit code 1.
|
|
Test:
test/unit/checks/llms-txt-directive.test.ts#L288
AssertionError: expected 'fail' to be 'pass' // Object.is equality
Expected: "pass"
Received: "fail"
❯ test/unit/checks/llms-txt-directive.test.ts:288:27
|
|
Test:
test/unit/checks/content-negotiation.test.ts#L398
AssertionError: expected 'http://test.local/docs/page1' to be 'http://test.local/docs/page1.md' // Object.is equality
Expected: "http://test.local/docs/page1.md"
Received: "http://test.local/docs/page1"
❯ test/unit/checks/content-negotiation.test.ts:398:32
|
|
Test:
test/unit/checks/content-negotiation.test.ts#L373
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ test/unit/checks/content-negotiation.test.ts:373:46
|
Loading