Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur791004 committed Sep 30, 2024
1 parent 64233fa commit 83859f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 176 deletions.
175 changes: 0 additions & 175 deletions client/my-sites/themes/test/thanks-modal.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion client/state/themes/test/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ describe( 'actions', () => {

test( 'should dispatch success', () => {
return initiateThemeTransfer( siteId )( spy ).then( () => {
expect( spy ).toHaveBeenCalledTimes( 3 );
expect( spy ).toHaveBeenCalledTimes( 4 );

expect( spy ).toHaveBeenCalledWith(
expect.objectContaining( {
Expand Down

0 comments on commit 83859f4

Please sign in to comment.