Skip to content

Commit 4529761

Browse files
committed
maint(pat navigation): Remove console.log debug message from tests.
1 parent 591e162 commit 4529761

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
@@ -212,8 +212,6 @@ describe("2 - Navigation pattern tests - mark after navigation injection", funct
212212
const w11 = nav.querySelector(".w11");
213213
const a11 = nav.querySelector(".a11");
214214

215-
console.log(document.body.innerHTML);
216-
217215
expect(w1.classList.contains("current")).toBeFalsy();
218216
expect(w1.classList.contains("navigation-in-path")).toBeTruthy();
219217
expect(a1.classList.contains("current")).toBeFalsy();

0 commit comments

Comments
 (0)