Skip to content

Commit

Permalink
dep
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Nov 7, 2024
1 parent 809550e commit 5cef880
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test-app/tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link rel="stylesheet" href="{{rootURL}}assets/test-app.css">
<link rel="stylesheet" href="{{rootURL}}assets/test-support.css">

{{content-for "head-footer"}}
{{content-for "test-head-footer"}}
Expand Down
1 change: 1 addition & 0 deletions test-support/src/routing/visit-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ interface InAppLink {
function findInAppLinks(): InAppLink[] {
const results: InAppLink[] = [];

debugger;
for (const a of findAll('a')) {
const href = a.getAttribute('href');
if (!href?.startsWith('http')) {
Expand Down

0 comments on commit 5cef880

Please sign in to comment.