Skip to content

Commit

Permalink
Remove unnecessary beforeAll test statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyip committed Dec 2, 2024
1 parent f04f685 commit be12a85
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ const useCheckPlanAvailabilityForPurchase = () => {
};

describe( 'usePricingMetaForGridPlans', () => {
// beforeAll( () => {
// AddOns.useStorageAddOns.mockImplementation( () => STORAGE_ADD_ONS_MOCK );
// } );

beforeEach( () => {
jest.clearAllMocks();
Purchases.useSitePurchaseById.mockImplementation( () => undefined );
Expand Down

0 comments on commit be12a85

Please sign in to comment.