mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 22:19:36 +02:00
fix: test
This commit is contained in:
@@ -110,7 +110,7 @@ describe('generatePassword', () => {
|
||||
includeSymbols: true
|
||||
};
|
||||
const result = generatePassword(options);
|
||||
expect(result).toMatch(/^[!@#$%^&*()_+~`|}{[\]:;?><,./-=]+$/);
|
||||
expect(result).toMatch(/^[!@#$%^&*()_+~`|}{[\]:;?><,./\-=]+$/);
|
||||
expect(result).toHaveLength(30);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user