|
@@ -563,10 +563,6 @@ describe( 'ViewConsumable', () => {
|
|
|
} );
|
|
} );
|
|
|
|
|
|
|
|
describe( 'style shorthands handling', () => {
|
|
describe( 'style shorthands handling', () => {
|
|
|
- before( () => {
|
|
|
|
|
-
|
|
|
|
|
- } );
|
|
|
|
|
-
|
|
|
|
|
describe( 'add', () => {
|
|
describe( 'add', () => {
|
|
|
it( 'should add padding shorthands', () => {
|
|
it( 'should add padding shorthands', () => {
|
|
|
viewConsumable.add( el, { styles: [ 'margin' ] } );
|
|
viewConsumable.add( el, { styles: [ 'margin' ] } );
|