Skip to content

Commit a20fbd4

Browse files
committed
maint(pat navigation): Remove console.log statement from tests.
1 parent e411c05 commit a20fbd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pat/navigation/navigation.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ describe("Navigation pattern tests - no predefined structure", function () {
225225
const w11 = nav.querySelector(".w11");
226226
const a11 = nav.querySelector(".a11");
227227

228-
console.log(document.body.innerHTML);
229-
230228
expect(w1.classList.contains("current")).toBeFalsy();
231229
expect(w1.classList.contains("navigation-in-path")).toBeTruthy();
232230
expect(a1.classList.contains("current")).toBeFalsy();

0 commit comments

Comments
 (0)