feat: add OTP and Passkey Tools to Toolbox 0.11.0
This commit is contained in:
@@ -39,4 +39,17 @@ describe('compact tool presentation', () => {
|
||||
expect(shortToolTitle(svg)).toBe('SVG');
|
||||
expect(shortToolDescription(svg)).toBe('Inspect and edit vectors locally.');
|
||||
});
|
||||
|
||||
it('uses the compact authentication tile copy', () => {
|
||||
const auth = app(
|
||||
'de.add-ideas.auth-tools',
|
||||
'OTP & Passkey Tools',
|
||||
'Generate, inspect and verify OTP credentials and test WebAuthn/passkey ceremonies locally in the browser.'
|
||||
);
|
||||
|
||||
expect(shortToolTitle(auth)).toBe('OTP & Passkeys');
|
||||
expect(shortToolDescription(auth)).toBe(
|
||||
'Inspect and test authentication locally.'
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user