We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b1889 commit 174e936Copy full SHA for 174e936
src/utilities/process-readme.test.mjs
@@ -36,7 +36,7 @@ describe('processReadme', () => {
36
const loaderMDData =
37
'See the file [`./src/config.d.ts`](./src/config.d.ts).';
38
expect(processReadme(loaderMDData, options)).toEqual(
39
- 'See the file [`https://github.com/webpack/postcss/blob/main/src/config.d.ts`](https://github.com/webpack/postcss-loader/blob/main/src/config.d.ts).'
+ 'See the file [`https://github.com/webpack/postcss/main/src/config.d.ts`](https://github.com/webpack/postcss-loader/main/src/config.d.ts).'
40
);
41
});
42
0 commit comments