Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
try now
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Nov 29, 2022
1 parent b1d9fc8 commit 774837d
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ import {

describe( `${ block.name } Block`, () => {
useTheme( 'emptytheme' );
beforeAll( async () => {
await deleteAllTemplates( 'wp_template' );
await deleteAllTemplates( 'wp_template_part' );
} );

afterAll( async () => {
await deleteAllTemplates( 'wp_template' );
await deleteAllTemplates( 'wp_template_part' );
Expand Down Expand Up @@ -104,11 +99,6 @@ describe( `${ block.name } Block`, () => {
} );
} );

afterAll( async () => {
await deleteAllTemplates( 'wp_template' );
await deleteAllTemplates( 'wp_template_part' );
} );

it( 'should render the same products', async () => {
const classicProducts = await getClassicProductsListName();
const products = await getProductQueryProductsListName();
Expand Down

0 comments on commit 774837d

Please sign in to comment.