diff --git a/frontend/test/components/TopicCard/Desc.spec.js b/frontend/test/components/TopicCard/Desc.spec.js index 5bf8fe21..3303d7b2 100644 --- a/frontend/test/components/TopicCard/Desc.spec.js +++ b/frontend/test/components/TopicCard/Desc.spec.js @@ -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) })