Skip to content

Commit

Permalink
Comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed Feb 15, 2025
1 parent d6aecc7 commit 3d2f84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const count = {
let id = ''

for(let i = 0; i < times; i++) {
// test both yid() and .fromDate()
id = (i%2) ? yid() : yid.fromDate(new Date())
count['' + id.length]++

Expand Down

0 comments on commit 3d2f84b

Please sign in to comment.