Skip to content

Commit fe2899a

Browse files
authored
Update test/browser/components.test.js
1 parent eb48256 commit fe2899a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser/components.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ describe('Components', () => {
340340
expect(scratch.innerHTML).to.equal('<p>B</p>');
341341
});
342342

343-
it('should update children props correct', () => {
343+
it('should update children props correctly in subsequent renders', () => {
344344
let update, update2;
345345
class Counter extends Component {
346346
constructor(props) {

0 commit comments

Comments
 (0)