🔇 remove unnecessary debug
This commit is contained in:
parent
64ce929627
commit
587193ae16
1 changed files with 0 additions and 2 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue