diff --git a/test/clipboard.js b/test/clipboard.js index bb6dd5b..e35a7c5 100644 --- a/test/clipboard.js +++ b/test/clipboard.js @@ -77,7 +77,7 @@ describe('Clipboard', () => { assert.instanceOf(clipboard.clipboardAction, ClipboardAction); }); - it('should throws exception target', done => { + it('should throw an exception when target is invalid', done => { try { var clipboard = new Clipboard('.btn', { target: function() {