Skip to content

Commit

Permalink
chore: [#1487] Attempt to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Aug 29, 2024
1 parent 8c3de8b commit eaf739b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/happy-dom/test/browser/BrowserFrame.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ describe('BrowserFrame', () => {
? '<a href="http://localhost:3000/navigated/">'
: '<b>Navigated</b>'
),
1
10
)
)
});
Expand Down Expand Up @@ -816,7 +816,7 @@ describe('BrowserFrame', () => {
? '<a href="http://localhost:3000/navigated/">'
: '<b>Navigated</b>'
),
1
10
)
)
});
Expand Down Expand Up @@ -871,7 +871,7 @@ describe('BrowserFrame', () => {
? '<a href="http://localhost:3000/navigated/">'
: '<b>Navigated</b>'
),
1
10
)
)
});
Expand Down

0 comments on commit eaf739b

Please sign in to comment.