|
@@ -3,11 +3,11 @@
|
|
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-import GoogleDocsNormalizer from '../../src/normalizers/genericnormalizer';
|
|
|
|
|
|
|
+import GenericNormalizer from '../../src/normalizers/genericnormalizer';
|
|
|
|
|
|
|
|
// `execute()` of the generic normalizer is tested with autogenerated normalization tests.
|
|
// `execute()` of the generic normalizer is tested with autogenerated normalization tests.
|
|
|
-describe( 'GoogleDocsNormalizer', () => {
|
|
|
|
|
- const normalizer = new GoogleDocsNormalizer();
|
|
|
|
|
|
|
+describe( 'GenericNormalizer', () => {
|
|
|
|
|
+ const normalizer = new GenericNormalizer();
|
|
|
|
|
|
|
|
describe( 'isActive()', () => {
|
|
describe( 'isActive()', () => {
|
|
|
it( 'should return always true ', () => {
|
|
it( 'should return always true ', () => {
|