Skip to content

Commit 4403452

Browse files
committed
Fix tests
1 parent 3c1e18f commit 4403452

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

client/login/test/controller.js

-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jest.mock( 'calypso/state/selectors/get-is-blaze-pro', () => ( {
3131
default: jest.fn(),
3232
} ) );
3333

34-
jest.mock( 'calypso/state/selectors/get-is-woo-passwordless', () => ( {
35-
__esModule: true,
36-
default: jest.fn(),
37-
} ) );
38-
3934
jest.mock( 'calypso/state/selectors/is-woo-jpc-flow', () => ( {
4035
__esModule: true,
4136
default: jest.fn(),

0 commit comments

Comments
 (0)