fix(client): merge and update the learn map (#36822)

This commit is contained in:
mrugesh
2019-09-21 19:09:48 +05:30
committed by Ahmad Abdolsaheb
parent a5b176be88
commit e54a7fb350
16 changed files with 561 additions and 581 deletions

View File

@@ -30,8 +30,8 @@ describe('<NavLinks />', () => {
it('renders to the DOM', () => {
expect(root).toBeTruthy();
});
it('has 2 a tags', () => {
expect(aTags.length === 2).toBeTruthy();
it('has 3 a tags', () => {
expect(aTags.length === 3).toBeTruthy();
});
it('has link to portfolio', () => {