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