Browse Source

Tests: Styling issues.

Krzysztof Krztoń 7 years ago
parent
commit
cea43b7e04
1 changed files with 0 additions and 3 deletions
  1. 0 3
      packages/ckeditor5-paste-from-office/tests/filters/space.js

+ 0 - 3
packages/ckeditor5-paste-from-office/tests/filters/space.js

@@ -5,8 +5,6 @@
 
 /* globals DOMParser */
 
-import normalizeHtml from '@ckeditor/ckeditor5-utils/tests/_utils/normalizehtml';
-
 import { normalizeEndTagsPrecedingSpace, normalizeSpacerunSpans } from '../../src/filters/space';
 
 describe( 'Filters', () => {
@@ -44,7 +42,6 @@ describe( 'Filters', () => {
 
 				expect( htmlDocument.body.innerHTML.replace( /'/g, '"' ).replace( /: /g, ':' ) ).to.equal( expected );
 			} );
-
 		} );
 	} );
 } );