|
|
@@ -262,7 +262,7 @@ describe( 'Editor', () => {
|
|
|
const context = await Context.create( { plugins: [ ContextPlugin ] } );
|
|
|
const editor = await TestEditor.create( { context } );
|
|
|
|
|
|
- expect( editor.config.get( 'plugins' ) ).to.be.undefined;
|
|
|
+ expect( editor.config.get( 'plugins' ) ).to.be.empty;
|
|
|
} );
|
|
|
|
|
|
it( 'should pass DOM element using reference, not copy', async () => {
|