Skip to content

Commit

Permalink
test: add no time id
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Sep 22, 2024
1 parent b1600a4 commit c744fe7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit c744fe7

Please sign in to comment.