Skip to content

Commit

Permalink
fix: devtools snapshot mismatch (#5760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asuka109 committed May 22, 2024
1 parent d04eebb commit 1453d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/devtools/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ describe('devtools dev', () => {
<div>
<div>
<h1>Hello, Modern.js!</h1>
<div style="display: flex; gap: 0.5rem;">
<div><button>-</button><span>0</span><button>+</button></div>
<div style="display: flex; gap: 0.5rem">
<a href="/user">User</a>
<a href="/devtools">DevTools</a>
<a href="/admin">Admin</a>
Expand Down

0 comments on commit 1453d01

Please sign in to comment.