Skip to content

Commit 8867812

Browse files
committed
Fix: JS test.
1 parent 66a9748 commit 8867812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/components/setup/ModuleSetup.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ describe( 'ModuleSetup', () => {
252252
MODULE_SLUG_ANALYTICS_4
253253
);
254254

255-
expect( mockTrackEvent ).toBeUndefined();
255+
expect( mockTrackEvent ).toHaveBeenCalledTimes( 1 );
256256
} );
257257
} );
258258
} );

0 commit comments

Comments
 (0)