We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad6351 commit b7af61fCopy full SHA for b7af61f
1 file changed
apps/site/util/__tests__/gitHubUtils.test.mjs
@@ -20,7 +20,7 @@ describe('GitHub utils', () => {
20
it('getGitHubBlobUrl returns the correct URL', () => {
21
const result = getGitHubBlobUrl('learn/getting-started/introduction.md');
22
const expected =
23
- 'https://github.com/nodejs/nodejs.org/blob/main/pages/en/learn/getting-started/introduction.md';
+ 'https://github.com/nodejs/nodejs.org/blob/main/apps/site/pages/en/learn/getting-started/introduction.md';
24
expect(result).toBe(expected);
25
});
26
0 commit comments