Skip to content

Commit

Permalink
Remove snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sulemanof committed Mar 19, 2020
1 parent 79b7b88 commit 937777f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 151 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ describe('DefaultEditorAggParams component', () => {
};
});

it('should init with the default set of params', () => {
const comp = shallow(<DefaultEditorAggParams {...defaultProps} />);

expect(comp).toMatchSnapshot();
});

it('should reset the validity to true when destroyed', () => {
const comp = mount(<DefaultEditorAggParams {...defaultProps} aggIsTooLow={true} />);

Expand Down

0 comments on commit 937777f

Please sign in to comment.