We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ce929 commit 587193aCopy full SHA for 587193a
client/components/__test__/Toolbar.test.jsx
@@ -79,8 +79,6 @@ describe('<Toolbar />', () => {
79
component = shallow(<Toolbar {...props} />);
80
});
81
82
- // it('should debug', () => console.log(component.debug()));
83
-
84
describe('to a valid name', () => {
85
beforeEach(() => changeName('hello'));
86
it('should save', () => expect(props.setProjectName).toBeCalledWith('hello'));
0 commit comments