Skip to content

Commit

Permalink
Update test/browser/components.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Feb 15, 2024
1 parent eb48256 commit fe2899a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/components.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ describe('Components', () => {
expect(scratch.innerHTML).to.equal('<p>B</p>');
});

it('should update children props correct', () => {
it('should update children props correctly in subsequent renders', () => {
let update, update2;
class Counter extends Component {
constructor(props) {
Expand Down

0 comments on commit fe2899a

Please sign in to comment.