Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Tests: Updated stubs to the latest Sinon API.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Aug 10, 2017
1 parent c1146b1 commit 938da8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe( 'Clipboard feature', () => {

// VirtualTestEditor has no DOM, so this method must be stubbed for all tests.
// Otherwise it will throw as it accesses the DOM to do its job.
scrollSpy = sinon.stub( editingView, 'scrollToTheSelection', () => {} );
scrollSpy = sinon.stub( editingView, 'scrollToTheSelection' );
} );
} );

Expand Down

0 comments on commit 938da8c

Please sign in to comment.