mirror of
https://github.com/lanedirt/AliasVault.git
synced 2025-12-05 19:07:26 -06:00
Update PasswordGenerator.test.ts (#1413)
This commit is contained in:
committed by
Leendert de Borst
parent
254f0a1212
commit
645fd605e6
@@ -131,7 +131,7 @@ describe('PasswordGenerator', () => {
|
||||
expect(password).not.toMatch(/[Ss5]/);
|
||||
expect(password).not.toMatch(/[Bb8]/);
|
||||
expect(password).not.toMatch(/[Gg6]/);
|
||||
expect(password).not.toMatch(/[[\]{}()<>]/);
|
||||
expect(password).not.toMatch(/[\\[\\]{}()<>]/);
|
||||
expect(password).not.toMatch(/['"`]/);
|
||||
expect(password).not.toMatch(/[;:,.]/);
|
||||
expect(password).not.toMatch(/[_-]/);
|
||||
|
||||
Reference in New Issue
Block a user