Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix wrong tests title
  • Loading branch information
Aljullu committed Nov 19, 2021
commit b2e630f9967bedf2f6a7afafedb7cd517a27061d
2 changes: 1 addition & 1 deletion assets/js/blocks/cart-checkout/mini-cart/test/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const mockFullCart = () => {
} );
};

describe( 'Testing cart', () => {
describe( 'Testing Mini Cart', () => {
beforeEach( async () => {
mockFullCart();
// need to clear the store resolution state between tests.
Expand Down