Skip to content

Commit

Permalink
Merge pull request #1199 from andrewiggins/improve-render-uts
Browse files Browse the repository at this point in the history
Reorganize and improve render unit tests
  • Loading branch information
developit committed Aug 29, 2018
2 parents cb67a81 + 447f08d commit 30c0fd7
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 177 deletions.
6 changes: 0 additions & 6 deletions test/browser/components.js
Expand Up @@ -151,12 +151,6 @@ describe('Components', () => {
expect(scratch.innerHTML).to.equal('');
});

// Test for #651
it('should set enumerable boolean attribute', () => {
render(<input spellcheck={false} />, scratch);
expect(scratch.firstChild.spellcheck).to.equal(false);
});

// Test for Issue #73
it('should remove orphaned elements replaced by Components', () => {
class Comp extends Component {
Expand Down

0 comments on commit 30c0fd7

Please sign in to comment.