mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 15:56:15 -04:00
fix: denied chars expected values
This commit is contained in:
parent
4ca3ac357e
commit
f7e535f3c0
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ describe('token-generator', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(token).toHaveLength(256);
|
expect(token).toHaveLength(256);
|
||||||
expect(token).toMatch(/^[0-9]+$/);
|
expect(token).toMatch(/^[03456789]+$/);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue