Files
deck/cypress/utils/index.js
T
2022-08-28 14:37:11 +02:00

2 lines
94 B
JavaScript

export const randHash = () => Math.random().toString(36).replace(/[^a-z]+/g, '').slice(0, 10)