Skip to content

Commit

Permalink
Update cypress/test/scripts/build-docs.cy.js
Browse files Browse the repository at this point in the history
Co-authored-by: Akshat Nema <[email protected]>
  • Loading branch information
reachaadrika and akshatnema authored Aug 10, 2023
1 parent 33ed0e1 commit 19d7f2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/test/scripts/build-docs.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ describe('buildNavTree function', () => {
it('should return a tree object with the correct structure and order of nav items', () => {
// call the function with the mock data
const actualTree = buildNavTree(mockNavItems);
console.log("hfhuf", actualTree);
console.log(expectedTree)
expect(actualTree).to.deep.equal(expectedTree);
});

Expand Down

0 comments on commit 19d7f2e

Please sign in to comment.