We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529b703 commit 1bf6075Copy full SHA for 1bf6075
packages/commerce-sdk-react/src/hooks/ShopperLogin/index.test.ts
@@ -20,12 +20,7 @@ describe('Shopper Login hooks', () => {
20
// These endpoints all return data in the response headers, rather than body, so they
21
// don't work well with the current implementation of mutation hooks.
22
'authenticateCustomer',
23
- 'authorizeWebauthnRegistration',
24
- 'finishWebauthnAuthentication',
25
- 'finishWebauthnUserRegistration',
26
- 'getTrustedAgentAuthorizationToken',
27
- 'startWebauthnAuthentication',
28
- 'startWebauthnUserRegistration'
+ 'getTrustedAgentAuthorizationToken'
29
])
30
})
31
test('all mutations have cache update logic', () => {
0 commit comments