Skip to content

Commit

Permalink
Update test/browser/render.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Jun 18, 2024
1 parent 6515610 commit c189ade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/browser/render.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,6 @@ describe('render()', () => {
);

render(<App items={b} />, scratch);

expect(scratch.innerHTML).to.equal(
`<div>${b.map(n => `<div>${n}</div>`).join('')}</div>`
);
Expand Down

0 comments on commit c189ade

Please sign in to comment.