(p: string)
| 60 | // Primary behavior: stripped form wins if it resolves. |
| 61 | test("returns the stripped path when it resolves", () => { |
| 62 | const exists = (p: string) => p === "foo.md"; |
| 63 | expect(resolveAtReference("@foo.md", exists)).toBe("foo.md"); |
| 64 | }); |
| 65 |
no outgoing calls
no test coverage detected