|
@@ -31,6 +31,10 @@ describe( 'BlockQuoteEditing', () => {
|
|
|
return editor.destroy();
|
|
return editor.destroy();
|
|
|
} );
|
|
} );
|
|
|
|
|
|
|
|
|
|
+ it( 'should have pluginName', () => {
|
|
|
|
|
+ expect( BlockQuoteEditing.pluginName ).to.equal( 'BlockQuoteEditing' );
|
|
|
|
|
+ } );
|
|
|
|
|
+
|
|
|
it( 'adds a blockQuote command', () => {
|
|
it( 'adds a blockQuote command', () => {
|
|
|
expect( editor.commands.get( 'blockQuote' ) ).to.be.instanceOf( BlockQuoteCommand );
|
|
expect( editor.commands.get( 'blockQuote' ) ).to.be.instanceOf( BlockQuoteCommand );
|
|
|
} );
|
|
} );
|