We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3a470 commit abd3c1eCopy full SHA for abd3c1e
test.js
@@ -54,7 +54,7 @@ test('numeric', t => {
54
t.is(generatedCharacterSetSize({type: 'numeric'}, 10), 10);
55
});
56
57
-test('distinquishable', t => {
+test('distinguishable', t => {
58
t.is(cryptoRandomString({length: 0, type: 'distinguishable'}).length, 0);
59
t.is(cryptoRandomString({length: 10, type: 'distinguishable'}).length, 10);
60
t.is(cryptoRandomString({length: 100, type: 'distinguishable'}).length, 100);
0 commit comments