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

Commit

Permalink
Tests: Properly use sinon sandbox in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jul 9, 2018
1 parent 9161275 commit 4a72edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/deleteobserver.js
Expand Up @@ -14,11 +14,11 @@ import env from '@ckeditor/ckeditor5-utils/src/env';

import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';

testUtils.createSinonSandbox();

describe( 'DeleteObserver', () => {
let view, viewDocument;

testUtils.createSinonSandbox();

beforeEach( () => {
view = new View();
viewDocument = view.document;
Expand Down

0 comments on commit 4a72edc

Please sign in to comment.