mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5678] create folder from template tests (#3456)
* [ACS-5678] create folder from template tests * taking out only flag * fixes for linter, import, method name and locator * fix import and utils strings
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
const crypto = require('crypto');
|
||||
|
||||
export class Utils {
|
||||
|
||||
static string257Long = 'x'.repeat(257);
|
||||
static string513Long = 'x'.repeat(513);
|
||||
|
||||
static random(): string {
|
||||
return crypto.getRandomValues(new Uint32Array(1))[0].toString(36).substring(0, 5).toLowerCase();
|
||||
}
|
||||
|
Reference in New Issue
Block a user