Files
deck/cypress/utils/index.js
Julius Härtl a0c47f8115 Some cypress test cleanup and fixes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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)