Explorar o código

Tests: Styling issues.

Krzysztof Krztoń %!s(int64=7) %!d(string=hai) anos
pai
achega
cea43b7e04

+ 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 );
 			} );
-
 		} );
 	} );
 } );