🔇 remove unnecessary debug

This commit is contained in:
ghalestrilo 2020-05-01 11:18:14 -03:00
parent 64ce929627
commit 587193ae16
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ describe('<Toolbar />', () => {
component = shallow(<Toolbar {...props} />);
});
// it('should debug', () => console.log(component.debug()));
describe('to a valid name', () => {
beforeEach(() => changeName('hello'));
it('should save', () => expect(props.setProjectName).toBeCalledWith('hello'));