Skip to content

Commit 1bf6075

Browse files
committed
fix commerce-sdk-react unit tests
1 parent 529b703 commit 1bf6075

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/commerce-sdk-react/src/hooks/ShopperLogin/index.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ describe('Shopper Login hooks', () => {
2020
// These endpoints all return data in the response headers, rather than body, so they
2121
// don't work well with the current implementation of mutation hooks.
2222
'authenticateCustomer',
23-
'authorizeWebauthnRegistration',
24-
'finishWebauthnAuthentication',
25-
'finishWebauthnUserRegistration',
26-
'getTrustedAgentAuthorizationToken',
27-
'startWebauthnAuthentication',
28-
'startWebauthnUserRegistration'
23+
'getTrustedAgentAuthorizationToken'
2924
])
3025
})
3126
test('all mutations have cache update logic', () => {

0 commit comments

Comments
 (0)