Files
deck/cypress/utils/index.js
Luka Trovic 23ae20efe7 fix: solve merge conflicts
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2022-05-09 12:04:34 +01:00

1 line
93 B
JavaScript

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