chore: update forum links in NavLinks (#39141)

This commit is contained in:
Oliver Eyton-Williams
2020-06-30 10:46:05 +02:00
committed by GitHub
parent 25cabc0a18
commit 34c26c4950
2 changed files with 6 additions and 2 deletions

View File

@ -23,7 +23,7 @@ describe('<NavLinks />', () => {
return acc;
}, []);
const expectedLinks = ['/learn', '/news', '/forum'];
const expectedLinks = ['/learn', '/news', 'https://forum.freecodecamp.org'];
it('renders to the DOM', () => {
expect(root).toBeTruthy();