52209ca2ad
* refactor: remove experimental.cc from core * chore: remove experimental flag from tests * fix: mock contentDir in remark tests * fix: check vfile.path in rel-image-error plugin * fix: move .astro/ excludes to all test/fixtures * fix: include test/**/fixtures in ignore * chore: changeset
3 lines
91 B
JavaScript
3 lines
91 B
JavaScript
export const mockRenderMarkdownParams = {
|
|
contentDir: new URL('file:///src/content/'),
|
|
};
|