remove trailing space
This commit is contained in:
parent
e3243d1430
commit
e25608784d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue