Skip to content

Commit

Permalink
chore(deps): update dependency happy-dom to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dangreen committed Sep 2, 2024
1 parent fdb120b commit f2410b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/nanoviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@testing-library/user-event": "^14.5.2",
"@vitest/coverage-v8": "^2.0.0",
"csstype": "^3.1.3",
"happy-dom": "^14.0.0",
"happy-dom": "^15.0.0",
"nanostores": "0.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nanoviews/src/internals/elements/element.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('nanoviews', () => {
it('should render no elements without children', () => {
const { container } = render(NoChildren())

expect(container.innerHTML).toBe('<div><div><hr>^ hr, br ><br>^ br, hr ><hr></div></div>')
expect(container.innerHTML).toBe('<div><div><hr>^ hr, br &gt;<br>^ br, hr &gt;<hr></div></div>')
})
})
})
Expand Down
24 changes: 13 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2410b0

Please sign in to comment.