mirror of
https://github.com/S2-/securerandomstring.git
synced 2025-08-02 10:20:05 +02:00
add 10 chars test
This commit is contained in:
1
tests.js
1
tests.js
@@ -68,6 +68,7 @@ srs({alphanumeric: true, length: 40}, function(err, sr) {;
|
|||||||
test('generate a random string 32 chars long (sync)', srs().length, 32);
|
test('generate a random string 32 chars long (sync)', srs().length, 32);
|
||||||
test('generate a random string 1 chars long (sync)', srs({length: 1}).length, 1);
|
test('generate a random string 1 chars long (sync)', srs({length: 1}).length, 1);
|
||||||
test('generate a random string 256 chars long (sync)', srs({length: 256}).length, 256);
|
test('generate a random string 256 chars long (sync)', srs({length: 256}).length, 256);
|
||||||
|
test('generate a random string 10 chars long (sync)', srs({length: 10}).length, 10);
|
||||||
|
|
||||||
|
|
||||||
//in 2000 chars there should be at least one substitution
|
//in 2000 chars there should be at least one substitution
|
||||||
|
Reference in New Issue
Block a user