UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

1 lines 227 B
export const randomString=(t,r="0123456789abcdefghijklmnopqrstuvwxyz!@#$%^&*()ABCDEFGHIJKLMNOPQRSTUVWXYZ")=>{let n="";for(let o=0;o<=t;o++){const t=Math.floor(Math.random()*r.length);n+=r.substring(t,t+1)}return n.slice(0,-1)};