remove trailing space

This commit is contained in:
Devin Howard 2017-12-04 21:59:58 -08:00
parent e3243d1430
commit e25608784d

View file

@ -83,7 +83,7 @@ describe('TopicCard/Desc', function() {
const target = { value: 'new value' }
it('does not call onChange on Shift+Enter', function() {
textArea.prop('editProps').onKeyPress({
shiftKey: true, which: ENTER
shiftKey: true, which: ENTER
})
expect(onChange.notCalled).to.equal(true)
})