Skip to content

Commit

Permalink
Remove unnecessary and flaky snapshot test (#26372)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Nov 3, 2020
1 parent 7305ed3 commit 90a70fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ describe( 'Basic rendering', () => {
expect( defaultControl ).not.toBeNull();
expect( toggleLabel ).not.toBeNull();
expect( toggleState ).toBe( true );
expect( container.innerHTML ).toMatchSnapshot();
} );

it( 'should not render without valid legend', () => {
Expand Down

0 comments on commit 90a70fd

Please sign in to comment.