fix(client): merge and update the learn map (#36822)
This commit is contained in:
committed by
Ahmad Abdolsaheb
parent
a5b176be88
commit
e54a7fb350
@@ -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', () => {
|
||||
|
Reference in New Issue
Block a user