diff --git a/test/test.js b/test/test.js index ad5b001..f433ef0 100644 --- a/test/test.js +++ b/test/test.js @@ -12,3 +12,9 @@ const customId = tempoId({ alphabet: Alphabet.hexadecimalLowercase, }); console.log('Custom TempoId:', customId); + +const noTimeId = tempoId({ + timeLength: 0, + randomLength: 1, +}); +console.log('No time TempoId:', noTimeId); \ No newline at end of file